mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-20 01:42:37 +02:00
Remove unneeded whitespace
This commit is contained in:
@@ -45,7 +45,6 @@ class Pferd(Location):
|
|||||||
self._tmp_dir = TmpDir(self.resolve(tmp_dir))
|
self._tmp_dir = TmpDir(self.resolve(tmp_dir))
|
||||||
self._test_run = test_run
|
self._test_run = test_run
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def enable_logging() -> None:
|
def enable_logging() -> None:
|
||||||
"""
|
"""
|
||||||
@@ -54,7 +53,6 @@ class Pferd(Location):
|
|||||||
|
|
||||||
enable_logging()
|
enable_logging()
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _print_transformables(transformables: List[TF]) -> None:
|
def _print_transformables(transformables: List[TF]) -> None:
|
||||||
LOGGER.info("")
|
LOGGER.info("")
|
||||||
|
Reference in New Issue
Block a user