diff options
| author | Adam Janovsky | 2021-12-19 11:51:15 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-12-19 11:51:15 +0100 |
| commit | 77028627f6d2b1eb054f85ea05fa6fc9305d006a (patch) | |
| tree | 894aab5964982734f8f5777e09bb3cb082aecb76 /fips_cli.py | |
| parent | 9a80886b9e013fec1687261b2b03941a7270a2d9 (diff) | |
| download | sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.gz sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.zst sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.zip | |
flake8 compliance
Diffstat (limited to 'fips_cli.py')
| -rwxr-xr-x | fips_cli.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fips_cli.py b/fips_cli.py index b1bca9c2..149d2f81 100755 --- a/fips_cli.py +++ b/fips_cli.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 import logging -import os import sys from datetime import datetime from pathlib import Path @@ -117,8 +116,6 @@ def main( stream_handler.setFormatter(formatter) handlers: List[logging.StreamHandler] = [file_handler] - script_dir = os.path.dirname(os.path.realpath(__file__)) - if output: output = Path(output) |
