Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 3ce91c6 commit f4f8c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions napari_plugin_manager/npe2api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
from urllib.error import HTTPError, URLError
from urllib.request import Request, urlopen

from npe2 import PackageMetadata
from typing_extensions import NotRequired

from napari.plugins.utils import normalized_name
from napari.utils.notifications import show_warning
from npe2 import PackageMetadata
from typing_extensions import NotRequired

PyPIname = str

Expand Down

0 comments on commit f4f8c17

Please sign in to comment.