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 24, 2022
1 parent 05a72ee commit aeb1dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"""
import os

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


def _filefind(filename, path_dirs=None):
Expand Down

0 comments on commit aeb1dab

Please sign in to comment.