Skip to content

Commit

Permalink
#99 removed pycharm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Aug 12, 2023
1 parent 2ee93e8 commit 7e1ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/management_command_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __exit__(self, *args):

return StubFile(name)

def listdir(self, path):
def listdir(self, _path):
return [], self._files


Expand Down

0 comments on commit 7e1ada3

Please sign in to comment.