Skip to content

Commit

Permalink
let's see if pylint fails with a class does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDevon3 committed Apr 2, 2024
1 parent e406fb9 commit d7ff776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adafruit_is31fl3731/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
try:
from typing import TYPE_CHECKING, List, Tuple, Optional, Iterable
from PIL import Image
from circuitpython_typing import ReadableBuffer

if TYPE_CHECKING:
from circuitpython_typing import CompletelyMadeUpTest
except ImportError as e:
pass

Expand Down

0 comments on commit d7ff776

Please sign in to comment.