Skip to content

Commit 8cb883d

Browse files
committed
changes
1 parent 7dec2a5 commit 8cb883d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/validate_examples.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
from playwright.sync_api import sync_playwright
1717

1818
import trackio
19+
import trackio.bucket_storage as bucket_storage
20+
import trackio.sqlite_storage as sqlite_storage
21+
import trackio.utils as utils
1922

2023
if hasattr(sys.stdout, "reconfigure"):
2124
try:
@@ -88,10 +91,6 @@ class ExampleOutcome:
8891

8992

9093
def apply_trackio_dir(path: Path) -> None:
91-
import trackio.bucket_storage as bucket_storage
92-
import trackio.sqlite_storage as sqlite_storage
93-
import trackio.utils as utils
94-
9594
path = path.resolve()
9695
path.mkdir(parents=True, exist_ok=True)
9796
utils.TRACKIO_DIR = path

0 commit comments

Comments
 (0)