Skip to content

Commit

Permalink
missing return, unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ianohara committed Feb 17, 2025
1 parent 861c2a9 commit 89c9059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions software/control/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def save_to_filename(self, filename: str):
return True
except IOError:
self._log.exception(f"Failed to write config file to '{filename}'")
return False

def save_to_file(self):
self.save_config()
Expand Down
5 changes: 0 additions & 5 deletions software/tests/control/gui_test_stubs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import os
import pathlib
from typing import Callable
import time

from PyQt5.QtCore import QTimer
from PyQt5.QtWidgets import QDialog, QApplication

import control.core.core
import control.microcontroller
Expand Down

0 comments on commit 89c9059

Please sign in to comment.