Skip to content

Commit b969770

Browse files
committed
Removed unnecessary libraries
1 parent 2c5a951 commit b969770

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import json
1010
from threading import Thread
11-
from flask import Response, stream_with_context
11+
from flask import Response
1212

1313
app = Flask(__name__)
1414
app.secret_key = 'your_secret_key_here'

npg-ble.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
from pylsl import StreamInfo, StreamOutlet
55
import sys
66
import argparse
7-
import os
8-
import signal
97
import threading
10-
from typing import Optional
118

129
# BLE parameters (must match your firmware)
1310
DEVICE_NAME_PREFIX = "NPG"

0 commit comments

Comments
 (0)