From 35f37dde5c5e87ad49bd867dc82e17f2cd5a2e89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 18:06:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- flake8_annotations/ast_walker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flake8_annotations/ast_walker.py b/flake8_annotations/ast_walker.py index 39fffa3..3a28cb9 100644 --- a/flake8_annotations/ast_walker.py +++ b/flake8_annotations/ast_walker.py @@ -4,6 +4,7 @@ from itertools import zip_longest from attrs import define + from flake8_annotations import PY_GTE_38 from flake8_annotations.enums import AnnotationType, ClassDecoratorType, FunctionType