Skip to content

Commit b1779c0

Browse files
committed
Remove Extra Statement
1 parent 6f7f90b commit b1779c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bioamptool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import numpy as np # For handling numeric arrays
3939
import pyqtgraph as pg # For real-time plotting
4040
from pyqtgraph.Qt import QtWidgets, QtCore # PyQt components for GUI
41-
import threading # For multi-threading
4241

4342
# Initialize global variables for tracking and processing data
4443
total_packet_count = 0 # Total packets received in the last second

0 commit comments

Comments
 (0)