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