1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-22 01:20:59 -05:00

pep8 fixes

This commit is contained in:
Hemna 2023-09-28 12:34:01 -04:00
parent 4f87d5da12
commit 99a0f877f4
3 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,7 @@ def _init_timestamp():
"""Build a unix style timestamp integer"""
return int(round(time.time()))
def _init_msgNo(): # noqa: N802
"""For some reason __post__init doesn't get called.