Remove unnecessary newlines

This commit is contained in:
Kristóf Tóth
2019-07-24 16:32:57 +02:00
parent 52399f413c
commit f2b6123d41
10 changed files with 1 additions and 10 deletions

View File

@ -5,7 +5,6 @@ from tfw.internals.networking import Scope
from .supervisor import ProcessManager, ProcessLogManager
LOG = logging.getLogger(__name__)

View File

@ -2,7 +2,6 @@ import logging
from .log_inotify_observer import LogInotifyObserver
LOG = logging.getLogger(__name__)