Skip to content

Commit 1699a88

Browse files
committed
fix import error
1 parent d16110c commit 1699a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_chaining_event.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
import os
12
import re
3+
import time
24

35
import pytest
46
from playwright.sync_api import Page, expect
57

68
from reflex.testing import AppHarness
7-
import time
89

910

1011
@pytest.fixture

0 commit comments

Comments
 (0)