diff --git a/pre_commit_hooks/check_number_of_lines_count.py b/pre_commit_hooks/check_number_of_lines_count.py index 44b495b..38376a6 100755 --- a/pre_commit_hooks/check_number_of_lines_count.py +++ b/pre_commit_hooks/check_number_of_lines_count.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import argparse -from typing import Optional -from typing import Sequence +from typing import Optional, Sequence def main(argv: Optional[Sequence[str]] = None) -> int: