Skip to content

Commit ae406f9

Browse files
committed
Minor linting
1 parent 716c23c commit ae406f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pyoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
try: # No need for Cursor Control on the PyPortal
5555
from adafruit_cursorcontrol.cursorcontrol import Cursor
5656
from adafruit_cursorcontrol.cursorcontrol_cursormanager import CursorManager
57-
except(ImportError):
57+
except ImportError:
5858
pass
5959
import audioio
6060
from adafruit_display_text.label import Label

0 commit comments

Comments
 (0)