Skip to content

Commit

Permalink
_path -> path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 21, 2024
1 parent 2adf44a commit a8abf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_test_cache/mock_code/_hasher.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __call__(self, cwd: Path) -> str:

return md5sum.hexdigest()

def modify_content(self, _path: Path, content: bytes) -> ty.Optional[bytes]:
def modify_content(self, path: Path, content: bytes) -> ty.Optional[bytes]: # noqa: ARG002
"""A sub-class hook to modify the contents of the file, before hashing.
If None is returned, the file is ignored, when generating the hash.
Expand Down

0 comments on commit a8abf00

Please sign in to comment.