Skip to content

Commit

Permalink
Apply ruff/Pyflakes rule F811
Browse files Browse the repository at this point in the history
F811 Redefinition of unused `get_data`
  • Loading branch information
DimitriPapadopoulos committed Aug 12, 2024
1 parent cb57f42 commit 5de5fd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fsspec/tests/test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ async def _upload_chunk(self, final=False):
async def get_data(self):
return self.temp_buffer.getbuffer().tobytes()

async def get_data(self):
return self.temp_buffer.getbuffer().tobytes()


@pytest.mark.asyncio
async def test_async_streamed_file_write():
Expand Down

0 comments on commit 5de5fd1

Please sign in to comment.