Skip to content

Commit 6aa2991

Browse files
add missing pytest import
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 4e6ee34 commit 6aa2991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/common/large_queries_mixin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import math
33
import time
44

5+
import pytest
6+
57
log = logging.getLogger(__name__)
68

79

0 commit comments

Comments
 (0)