Skip to content

Commit

Permalink
Removed unused import (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf authored Aug 14, 2024
1 parent a7fd6e9 commit 18dcb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScrollableContainers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import contextlib
import importlib

with contextlib.suppress(ImportError):
from ScrollableContainers._qt5 import ScrollableAreaQt5
Expand Down

0 comments on commit 18dcb1a

Please sign in to comment.