Skip to content

Commit 876c711

Browse files
committed
Remove unnecessary sys.path modification from test
1 parent 8dfe428 commit 876c711

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_metadata.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import tomllib
2-
import sys
3-
import os
42
from importlib import metadata
53

6-
# Add src directory to path to import open_data_pvnet
7-
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'src'))
84
import open_data_pvnet
95

106

0 commit comments

Comments
 (0)