Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 27, 2023
1 parent 5b6cd3d commit 914abaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hstsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import csv
import datetime
import importlib.metadata
import json
import os
import re
import typing
import importlib.metadata
from argparse import ArgumentParser, Namespace
from base64 import b64encode
from hashlib import sha256
Expand Down Expand Up @@ -117,6 +117,7 @@ def date_round(date: datetime.datetime) -> datetime.datetime:

parser.add_argument('--version', action='version', version=f'%(prog)s {__version__}')


def main() -> None:
"""Entry point for command line alias."""
args = parser.parse_args()
Expand Down

0 comments on commit 914abaa

Please sign in to comment.