We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9aa661 commit b659ab5Copy full SHA for b659ab5
Python/logger-rate-limiter.py
@@ -27,6 +27,3 @@ def shouldPrintMessage(self, timestamp, message):
27
self.__dq.append((timestamp, message))
28
self.__printed.add(message)
29
return True
30
-
31
32
0 commit comments