Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nstoik committed Apr 10, 2024
1 parent 37d014c commit 6ffb19a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion device/Pipfile
Expand Up @@ -35,7 +35,6 @@ gpiozero = "~=2.0"
netifaces = "~=0.11.0"
click = "~=8.1.3"
psutil = "~=5.9.4"
psutil = "~=5.9.4"
pika = "~=1.3"
celery = "~=5.3"
multiprocessing-logging = "~=0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion device/fd_device/network/wifi.py
Expand Up @@ -107,7 +107,7 @@ def scan_wifi(interface=None) -> List:


def add_wifi_network(
wifi_name: str, wifi_password: str, interface: Interface | None = None
wifi_name: str, wifi_password: str, interface: Optional[Interface] = None
) -> Optional[Wifi]:
"""Add a wifi entry to the database of stored WiFi networks.
Expand Down

0 comments on commit 6ffb19a

Please sign in to comment.