removed outdated comment
This commit is contained in:
parent
7f08ca9133
commit
be4217dec9
@ -489,7 +489,6 @@ class Header(tuple):
|
||||
'''This class defines the header of a relation.
|
||||
It is used within relations to know if requested operations are accepted'''
|
||||
|
||||
# Since relations are mutalbe we explicitly block hashing them
|
||||
def __new__(cls, fields):
|
||||
return super(Header, cls).__new__(cls, tuple(fields))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user