Remove excess trailing spaces.

This commit is contained in:
Paul Kronenwetter 2022-05-08 20:41:49 -04:00
parent 46f95ad94e
commit 7d163ac189
4 changed files with 0 additions and 4 deletions

View file

@ -1564,7 +1564,6 @@ class DATA:
if 230 <= mode <= 240:
self.log.debug("[TNC] Requesting manual mode --> not yet implemented ")
frametype = bytes([mode])
connection_frame = bytearray(14)
connection_frame[:1] = frametype
connection_frame[1:4] = static.DXCALLSIGN_CRC

View file

@ -40,7 +40,6 @@ def signal_handler(sig, frame):
sock.CLOSE_SIGNAL = True
sys.exit(0)
signal.signal(signal.SIGINT, signal_handler)
if __name__ == "__main__":

View file

@ -18,7 +18,6 @@ import structlog
# set global hamlib version
hamlib_version = 0
class radio:
""" """

View file

@ -1,6 +1,5 @@
hamlib_version = 0
class radio:
""" """