Minor cleanup

This commit is contained in:
Simon Forman
2022-09-14 09:46:31 -07:00
parent 94929e8520
commit 6b07d7d30b
2 changed files with 24 additions and 42 deletions
-2
View File
@@ -3,8 +3,6 @@ ALIASES = (
('mod', ['%', 'rem', 'remainder', 'modulus']),
('getitem', ['pick', 'at']),
('xor', ['^']),
('eh', ['?']),
('id', [u'']),
)
#