Skip to content

Commit

Permalink
Remove type: ignore from pillow import
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 4, 2024
1 parent a2dba60 commit 02db0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemistry_tools/pubchem/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from typing import Sequence, Union

# 3rd party
from PIL import Image # type: ignore[import] # nodep
from PIL import Image # nodep

# this package
from .enums import PubChemNamespace
Expand Down

0 comments on commit 02db0c3

Please sign in to comment.