Skip to content

Commit

Permalink
Removed unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
Wannes-VanPuyvelde committed Apr 23, 2024
1 parent 8657381 commit 0713050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions serialcom/temperature.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from PySide6.QtWidgets import QTableWidgetItem
from PySide6.QtCore import QThread

def read_readings(main_window, signal_manager):
read_temperature(main_window, signal_manager)
read_sensor_units(main_window, signal_manager)

def read_temperature(main_window, signal_manager):
try:
# Write data to the port to ask temperature in Kelvin
Expand Down

0 comments on commit 0713050

Please sign in to comment.