mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Remove unneeded whitespace
This commit is contained in:
parent
62535b4452
commit
b969a1854a
1 changed files with 0 additions and 2 deletions
|
|
@ -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("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue