Fix a problem introduced with previous type cleanup change.
[python_utils.git] / arper.py
index 29a8a121870175c8a469c8158fe087b290f40fe0..ca5d1d5fa59c6ad75bb811f0664c90e798a4745d 100644 (file)
--- a/arper.py
+++ b/arper.py
@@ -2,6 +2,7 @@
 
 """A caching layer around the kernel's network mapping between IPs and MACs"""
 
+
 import datetime
 import logging
 import os
@@ -46,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()