Update pre_commit_hooks/check_number_of_lines_count.py

Co-authored-by: Christoph Bachhuber <cbachhuber89@gmail.com>
This commit is contained in:
lorenz-egginger 2021-10-08 14:05:29 +02:00 committed by GitHub
parent 2f4236158c
commit 60c196e8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: