Skip to content

Commit 11f5f52

Browse files
committed
reformat file
1 parent bd103d2 commit 11f5f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gs/backend/gs_cli/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,9 @@ def main() -> None:
311311
ser = Serial(COM_PORT)
312312
print("Comm port set to: " + str(ser.name))
313313
ser.close()
314-
314+
315315
except SerialException as e:
316316
print(f"An error occurred while opening the serial port: {e}")
317-
318317

319318
app = CLIWindow()
320319
app.run()

0 commit comments

Comments
 (0)