diff options
| author | Scott <[email protected]> | 2022-01-26 21:46:30 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:46:30 -0800 |
| commit | bddea36b81ea326fccfa27ef0bae2a80ba1041fd (patch) | |
| tree | a3c9ff135ec3d7356238148003686bf5bbeb563b /arper.py | |
| parent | e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1 (diff) | |
Trying to get black to run in git's pre-commit hook and actually
modify the files...
Diffstat (limited to 'arper.py')
| -rw-r--r-- | arper.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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', |
