Skip to content

Commit 96af316

Browse files
committed
Fix import ordering for screenshot script.
Apply Ruff import sorting so the format CI job passes. Made-with: Cursor
1 parent 6a157d9 commit 96af316

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/capture_custom_frontend_screenshots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import time
22
from pathlib import Path
33

4-
import trackio
54
from playwright.sync_api import sync_playwright
5+
6+
import trackio
67
from trackio import Trace
78

89
THEMES = {

0 commit comments

Comments
 (0)