aboutsummaryrefslogtreecommitdiff
path: root/src/splitscreen_duo/serial.py
diff options
context:
space:
mode:
authorZoltan Szabatin <[email protected]>2025-03-01 04:06:54 -0800
committerZoltan Szabatin <[email protected]>2025-03-01 04:06:54 -0800
commite2629e5cacd69f76c28db681265a12e1da366e46 (patch)
tree37dcd957781ff9109b124fe423b83772f851e66c /src/splitscreen_duo/serial.py
parentchore(justfile): Add formatting task (diff)
downloadsplitscreen-duo-e2629e5cacd69f76c28db681265a12e1da366e46.tar.xz
splitscreen-duo-e2629e5cacd69f76c28db681265a12e1da366e46.zip
style(src): Format files
Diffstat (limited to 'src/splitscreen_duo/serial.py')
-rw-r--r--src/splitscreen_duo/serial.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/splitscreen_duo/serial.py b/src/splitscreen_duo/serial.py
index bc9caec..1eb1405 100644
--- a/src/splitscreen_duo/serial.py
+++ b/src/splitscreen_duo/serial.py
@@ -15,7 +15,6 @@ class Serial:
def readline(self):
return self.serial.readline()
-
+
def in_waiting(self):
return self.serial.in_waiting
-