Skip to content
Snippets Groups Projects
Commit 7e28be4d authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix missing import

parent 1c1d2dae
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ import fcntl ...@@ -19,6 +19,7 @@ import fcntl
import ctypes import ctypes
import struct import struct
import logging import logging
from typing import List
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
from config import initialize_config, APPLICATION_NAME, DEFAULT_CONFIG from config import initialize_config, APPLICATION_NAME, DEFAULT_CONFIG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment