Skip to content

Commit 54ed4d0

Browse files
committed
Fix snapshot service test lint
1 parent 53883b8 commit 54ed4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_feature_snapshot_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_load_feature_snapshot_downloads_gcs_csv(self):
150150
_skip_if_missing_pandas()
151151
from application.feature_snapshot_service import load_feature_snapshot
152152

153-
with TemporaryDirectory() as tmp_dir:
153+
with TemporaryDirectory():
154154
source_uri = "gs://unit-test-bucket/snapshots/tech_pullback.csv"
155155

156156
def fake_download(uri: str, destination: Path) -> None:

0 commit comments

Comments
 (0)