Better typing

master
Salvo 'LtWorf' Tomaselli 2020-08-13 14:38:42 +07:00
parent 08e5131479
commit 683ff6f26d
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -58,7 +58,7 @@ class Relation(NamedTuple):
method.
'''
header: 'Header'
content: FrozenSet[tuple]
content: FrozenSet[Tuple[Rstring, ...]]
@staticmethod
def load(filename: Union[str, Path]) -> 'Relation':