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 Nov 13, 2024
1 parent 085e081 commit d4eca2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jupyter_client/localinterfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import re
import socket
import subprocess
from collections.abc import Iterable, Mapping, Sequence
from subprocess import PIPE, Popen
from typing import Any, Callable, Iterable, Mapping, Sequence
from typing import Any, Callable
from warnings import warn

LOCAL_IPS: list[str] = []
Expand Down
2 changes: 1 addition & 1 deletion jupyter_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import annotations

import os
from typing import Sequence
from collections.abc import Sequence

from jupyter_core.utils import ensure_async, run_sync # noqa: F401 # noqa: F401

Expand Down

0 comments on commit d4eca2c

Please sign in to comment.