Trying to get black to run in git's pre-commit hook and actually
authorScott <[email protected]>
Thu, 27 Jan 2022 05:46:30 +0000 (21:46 -0800)
committerScott <[email protected]>
Thu, 27 Jan 2022 05:46:30 +0000 (21:46 -0800)
modify the files...

arper.py

index 29a8a121870175c8a469c8158fe087b290f40fe0..a5b1de410f53ae04f917e08c03660b32953e47c1 100644 (file)
--- a/arper.py
+++ b/arper.py
@@ -2,6 +2,9 @@
 
 """A caching layer around the kernel's network mapping between IPs and MACs"""
 
+
+
+
 import datetime
 import logging
 import os
@@ -22,8 +25,7 @@ import site_config
 logger = logging.getLogger(__name__)
 
 cfg = config.add_commandline_args(
-    f'MAC <--> IP Address mapping table cache ({__file__})',
-    'Commandline args related to MAC <--> IP Address mapping',
+    f'MAC <--> IP Address mapping table cache ({__file__})', 'Commandline args related to MAC <--> IP Address mapping',
 )
 cfg.add_argument(
     '--arper_cache_location',