Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Feb 8, 2025
1 parent 9d69b1b commit 6fc497e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/loggers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import importlib.util
import logging
import os
import typing
Expand Down

0 comments on commit 6fc497e

Please sign in to comment.