Skip to content

Commit

Permalink
fix: flake8 lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Workman <[email protected]>
  • Loading branch information
kennyworkman committed Feb 8, 2022
1 parent d3f4830 commit 854b96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/core/type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from google.protobuf.struct_pb2 import Struct
from marshmallow_enum import EnumField, LoadDumpOptions
from marshmallow_jsonschema import JSONSchema
from typing_extensions import get_args, get_origin

from flytekit.common.exceptions import user as user_exceptions
from flytekit.common.types import primitives as _primitives
Expand Down

0 comments on commit 854b96f

Please sign in to comment.