Skip to content

Commit 61f96e1

Browse files
authored
Remove unwanted print statement (#744)
1 parent ab460d5 commit 61f96e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

s3fs/tests/derived/s3fs_fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
class S3fsFixtures(AbstractFixtures):
1919
@pytest.fixture(scope="class")
2020
def fs(self, _s3_base, _get_boto3_client):
21-
print("FS")
2221
client = _get_boto3_client
2322
client.create_bucket(Bucket=test_bucket_name, ACL="public-read")
2423

0 commit comments

Comments
 (0)