Skip to content

Commit d586764

Browse files
committed
fix: import of enum
1 parent 589d0fa commit d586764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/helpers/debug_chrome.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from aetypes import Enum
21
from time import sleep
32

3+
from enum import Enum
4+
45
from core.chrome.chrome import Chrome
56
from core.osutils.command import run
67
from core.osutils.file import File

0 commit comments

Comments
 (0)