Skip to content

Commit e091c6b

Browse files
author
David Miguel Susano Pinto
committed
Remove unused imports from controllers.ludl and valuelogger.raspberrypi
1 parent 677f385 commit e091c6b

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

microscope/controllers/ludl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"""Ludl controller.
2323
"""
2424

25-
import contextlib
2625
import re
2726
import threading
2827
import time

microscope/digitalio/raspberrypi.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,15 @@
2222
"""Raspberry Pi Digital IO module.
2323
"""
2424

25-
import contextlib
2625
import logging
2726
import queue
28-
import re
2927
import threading
3028
import time
31-
import typing
3229

3330
import RPi.GPIO as GPIO
3431

3532
import microscope.abc
3633

37-
3834
# Support for async digital IO control on the Raspberryy Pi.
3935
# Currently supports digital input and output via GPIO lines
4036

microscope/valuelogger/raspberrypi.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@
2222
"""Raspberry Pi Value Logger module.
2323
"""
2424

25-
import contextlib
2625
import logging
2726
import queue
28-
import re
2927
import threading
3028
import time
31-
import typing
32-
3329

3430
try:
3531
from Adafruit_MCP9808 import MCP9808
@@ -48,7 +44,6 @@
4844

4945
import microscope.abc
5046

51-
5247
# Support for async digital IO control on the Raspberryy Pi.
5348
# Currently supports digital input and output via GPIO lines
5449

0 commit comments

Comments
 (0)