Skip to content

Commit aa1bc7c

Browse files
author
bstorm
committed
Actually remove re
1 parent b18dfb7 commit aa1bc7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_imageload/pnm/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
__version__ = "0.0.0-auto.0"
3333
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
3434

35-
import re
36-
3735

3836
def load(f, header, *, bitmap=None, palette=None):
3937
# Read the header

0 commit comments

Comments
 (0)