diff options
| author | Scott <[email protected]> | 2022-01-06 12:13:34 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-06 12:13:34 -0800 |
| commit | 5f75cf834725ac26b289cc5f157af0cb71cd5f0e (patch) | |
| tree | f31baf4247a7d29eb1457a74f75d373d10539237 /arper.py | |
| parent | ba223f821df1e9b8abbb6f6d23d5ba92c5a70b05 (diff) | |
A bunch of changes...
Diffstat (limited to 'arper.py')
| -rw-r--r-- | arper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ cfg.add_argument( @persistent.persistent_autoloaded_singleton() class Arper(persistent.Persistent): def __init__( - self, cached_state: Optional[BiDict[str, str]] = None + self, cached_state: Optional[BiDict] = None ) -> None: self.state = BiDict() if cached_state is not None: |
