diff --git a/PFERD/pferd.py b/PFERD/pferd.py index ca1c13a..92cdd78 100644 --- a/PFERD/pferd.py +++ b/PFERD/pferd.py @@ -45,7 +45,6 @@ class Pferd(Location): self._tmp_dir = TmpDir(self.resolve(tmp_dir)) self._test_run = test_run - @staticmethod def enable_logging() -> None: """ @@ -54,7 +53,6 @@ class Pferd(Location): enable_logging() - @staticmethod def _print_transformables(transformables: List[TF]) -> None: LOGGER.info("")