Skip to content

Commit

Permalink
pragma and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 9, 2023
1 parent e34da4e commit 3426f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ font-fa5 = ["fonticon-fontawesome5"]
font-fa6 = ["fonticon-fontawesome6"]
font-mi6 = ["fonticon-materialdesignicons6"]
font-mi7 = ["fonticon-materialdesignicons7"]
iconify = ["pyconify >=0.1.3"]
iconify = ["pyconify >=0.1.4"]

[project.urls]
Documentation = "https://pyapp-kit.github.io/superqt/"
Expand Down
2 changes: 1 addition & 1 deletion src/superqt/iconify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
):
try:
from pyconify import svg_path
except ModuleNotFoundError as e:
except ModuleNotFoundError as e: # pragma: no cover
raise ImportError(
"pyconify is required to use QIconifyIcon. "
"Please install it with `pip install pyconify` or use the "
Expand Down

0 comments on commit 3426f3d

Please sign in to comment.