From 60c196e8dbb6c5699a0fd995af35e24b32f596c2 Mon Sep 17 00:00:00 2001 From: lorenz-egginger <86786091+lorenz-egginger@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:05:29 +0200 Subject: [PATCH] Update pre_commit_hooks/check_number_of_lines_count.py Co-authored-by: Christoph Bachhuber --- pre_commit_hooks/check_number_of_lines_count.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: