Skip to content

Commit b6c3ebb

Browse files
committed
Fix formatting
1 parent 30bf1eb commit b6c3ebb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python-deque/producer_consumer.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
import threading
55
import time
66

7-
logging.basicConfig(level=logging.INFO, format="%(threadName)s %(message)s")
7+
logging.basicConfig(
8+
level=logging.INFO,
9+
format="%(threadName)s %(message)s",
10+
)
811

912

1013
class SynchronizedBuffer:

0 commit comments

Comments
 (0)