Skip to content

Commit cf8a12a

Browse files
committed
Fix circular import
1 parent cf9377c commit cf8a12a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dlclive/benchmark.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
from pip._internal.operations import freeze
2525
from tqdm import tqdm
2626

27-
from dlclive import VERSION, DLCLive
2827
from dlclive.engine import Engine
2928
from dlclive.utils import decode_fourcc
3029

30+
from .dlclive import DLCLive
31+
from .version import VERSION
32+
3133
if TYPE_CHECKING:
3234
import tensorflow
3335

0 commit comments

Comments
 (0)