mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-30 04:12:26 -04:00
Fixed pep8 failure on counter.py
this patch fixes small pep8 issues on the updated counter.py
This commit is contained in:
parent
c82e9ba597
commit
1eaa4b8e10
@ -1,9 +1,12 @@
|
||||
import random
|
||||
import threading
|
||||
|
||||
import wrapt
|
||||
|
||||
|
||||
MAX_PACKET_ID = 9999
|
||||
|
||||
|
||||
class PacketCounter:
|
||||
"""
|
||||
Global Packet ID counter class.
|
||||
@ -48,4 +51,4 @@ class PacketCounter:
|
||||
@wrapt.synchronized(lock)
|
||||
def __str__(self):
|
||||
"""String representation of the current value."""
|
||||
return str(self._val)
|
||||
return str(self._val)
|
||||
|
Loading…
x
Reference in New Issue
Block a user