Skip to content

Commit

Permalink
No need to pass extra kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLobato committed Dec 8, 2024
1 parent 70dc136 commit 3977045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oceanum/storage/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async def _ls(self,
file_prefix=None,
match_glob=None,
limit=None,
**kwargs
):
logger.debug(path)
session = await self.set_session()
Expand Down Expand Up @@ -165,7 +164,6 @@ async def _ls(self,
file_prefix=file_prefix,
match_glob=match_glob,
limit=limit,
**kwargs
)
listing = await r.json()
if not listing:
Expand Down

0 comments on commit 3977045

Please sign in to comment.