Skip to content

Commit 5e16093

Browse files
authored
Add sys import to test_gui.py
1 parent 0658ef8 commit 5e16093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import sys
23
import pytest
34

45
# Add the repository root to sys.path so we can import main.py

0 commit comments

Comments
 (0)