Skip to content

Commit cb30e6d

Browse files
committed
fix: mypy issue due to var type incompatibility
1 parent 8efc6de commit cb30e6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/feeds/test_feeds_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111

1212

1313
FEED_DESCRIPTION = "Sample feed for uploading packages"
14-
PACKAGE_PATH = (
14+
PACKAGE_PATH = str(
1515
Path(__file__).parent.resolve()
1616
/ "test_files"
1717
/ "sample-measurement_0.5.0_windows_x64.nipkg"
1818
)
19-
INVALID_PACKAGE_PATH = Path(__file__).parent.resolve()
2019

2120

2221
@pytest.fixture(scope="class")

0 commit comments

Comments
 (0)