Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2023
1 parent 6bba345 commit 48674f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/magicgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""magicgui is a utility for generating a GUI from a python function."""
from importlib.metadata import PackageNotFoundError, version
from typing import Any

try:
__version__ = version("magicgui")
Expand Down

0 comments on commit 48674f7

Please sign in to comment.