diff options
| author | Scott <[email protected]> | 2022-02-02 09:14:12 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-02-02 09:14:12 -0800 |
| commit | a4bf4d05230474ad14243d67ac7f8c938f670e58 (patch) | |
| tree | 673fb8bea628ce51b942d93ba5df433732c7384e /arper.py | |
| parent | 971d4ba141459f78d10d5770b9459d1ead7d49a0 (diff) | |
More type annotations.
Diffstat (limited to 'arper.py')
| -rw-r--r-- | arper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ cfg.add_argument( ) [email protected]_autoloaded_singleton() [email protected]_autoloaded_singleton() # type: ignore class Arper(persistent.Persistent): def __init__(self, cached_state: Optional[BiDict] = None) -> None: self.state = BiDict() |
