Skip to content

Commit

Permalink
Remove unwanted print statement (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed May 31, 2023
1 parent ab460d5 commit 61f96e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3fs/tests/derived/s3fs_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
class S3fsFixtures(AbstractFixtures):
@pytest.fixture(scope="class")
def fs(self, _s3_base, _get_boto3_client):
print("FS")
client = _get_boto3_client
client.create_bucket(Bucket=test_bucket_name, ACL="public-read")

Expand Down

0 comments on commit 61f96e1

Please sign in to comment.