Skip to content

Commit b7101a4

Browse files
committed
Master related update
1 parent 8347eb6 commit b7101a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/storage_clients/test_file_system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ async def test_pre_existing_input_used_by_actor(tmp_path: Path) -> None:
7575
path_to_input.mkdir(parents=True)
7676
(path_to_input / f'{configuration.input_key}.json').write_text(json.dumps(pre_existing_input))
7777

78-
# Remove this line after https://github.com/apify/apify-sdk-python/pull/576
7978
service_locator.set_storage_client(ApifyFileSystemStorageClient())
8079

8180
async with Actor():

0 commit comments

Comments
 (0)