diff options
Diffstat (limited to 'sqlparse/tokens.py')
| -rw-r--r-- | sqlparse/tokens.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sqlparse/tokens.py b/sqlparse/tokens.py index 98fa8a6..aa0b335 100644 --- a/sqlparse/tokens.py +++ b/sqlparse/tokens.py @@ -33,9 +33,6 @@ class _TokenType(tuple): new.parent = self return new - def __hash__(self): - return hash(tuple(self)) - def __repr__(self): return 'Token' + (self and '.' or '') + '.'.join(self) |
