Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 28d5fe5

Browse files
author
Travis AutoPEP8 Fixes
committed
PEP-8 Auto-Fix
1 parent bfd3413 commit 28d5fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delira/logging/base_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from multiprocessing.queues import Queue as MpQueue
1+
from multiprocessing.queues import Queue as MpQueue
22
from threading import Event
33
from queue import Queue, Full
44
from delira.logging.base_backend import BaseBackend

0 commit comments

Comments
 (0)