Skip to content

Commit

Permalink
remove unneeded type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 17, 2024
1 parent 9254273 commit a7670ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/localinterfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _load_ips_ipconfig() -> None:

def _load_ips_psutil() -> None:
"""load ip addresses with netifaces"""
import psutil # type: ignore[import-not-found]
import psutil

global LOCALHOST
local_ips = []
Expand Down

0 comments on commit a7670ed

Please sign in to comment.