Skip to content

Commit a393567

Browse files
committed
Fixed fmt
Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com>
1 parent 556bd90 commit a393567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flytekit/configuration/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from typing import List, Optional, Protocol, runtime_checkable
2424

2525
from click import Group
26+
2627
if sys.version_info < (3, 10):
2728
from importlib_metadata import entry_points
2829
else:

0 commit comments

Comments
 (0)