We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bf1eb commit b6c3ebbCopy full SHA for b6c3ebb
1 file changed
python-deque/producer_consumer.py
@@ -4,7 +4,10 @@
4
import threading
5
import time
6
7
-logging.basicConfig(level=logging.INFO, format="%(threadName)s %(message)s")
+logging.basicConfig(
8
+ level=logging.INFO,
9
+ format="%(threadName)s %(message)s",
10
+)
11
12
13
class SynchronizedBuffer:
0 commit comments