summaryrefslogtreecommitdiff
path: root/arper.py
diff options
context:
space:
mode:
authorScott <[email protected]>2022-02-02 09:14:12 -0800
committerScott <[email protected]>2022-02-02 09:14:12 -0800
commita4bf4d05230474ad14243d67ac7f8c938f670e58 (patch)
tree673fb8bea628ce51b942d93ba5df433732c7384e /arper.py
parent971d4ba141459f78d10d5770b9459d1ead7d49a0 (diff)
More type annotations.
Diffstat (limited to 'arper.py')
-rw-r--r--arper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arper.py b/arper.py
index 7700d5a..ca5d1d5 100644
--- a/arper.py
+++ b/arper.py
@@ -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()