From 346b103ad260788332c8adf422222e320946c090 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:05:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pre_commit_hooks/check_number_of_lines_count.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: