Skip to content

Commit 03bca61

Browse files
Linter
1 parent a983634 commit 03bca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database/Sensors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def main() -> None:
722722
sensors, import_ids = load_data(args)
723723

724724
root = tk.Tk()
725-
app = StatsMetaApp(root, sensors, import_ids)
725+
StatsMetaApp(root, sensors, import_ids)
726726
root.mainloop()
727727

728728

0 commit comments

Comments
 (0)