Remove unused kwargs
This commit is contained in:
parent
40c247897a
commit
54165bc477
@ -98,7 +98,7 @@ class Hierarchy(os.PathLike):
|
|||||||
"""
|
"""
|
||||||
return self._metadata_path
|
return self._metadata_path
|
||||||
|
|
||||||
def cleanup(self, **kwargs):
|
def cleanup(self):
|
||||||
"""Clean up this Hierarchy's data from the filesystem."""
|
"""Clean up this Hierarchy's data from the filesystem."""
|
||||||
|
|
||||||
syslog.info("Performing cleanup on %s", self._path)
|
syslog.info("Performing cleanup on %s", self._path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user