Remove unused kwargs

This commit is contained in:
Eric Torres 2019-05-01 12:04:15 -07:00
parent 40c247897a
commit 54165bc477

View File

@ -98,7 +98,7 @@ class Hierarchy(os.PathLike):
"""
return self._metadata_path
def cleanup(self, **kwargs):
def cleanup(self):
"""Clean up this Hierarchy's data from the filesystem."""
syslog.info("Performing cleanup on %s", self._path)