Skip to content

Commit c87ce65

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7aa99c2 commit c87ce65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbclient/tests/test_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pytest
77
import tornado
88

9-
from nbclient.util import run_hook, run_sync, just_run
9+
from nbclient.util import just_run, run_hook, run_sync
1010

1111

1212
@run_sync

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ mypy
88
pip>=18.1
99
pre-commit
1010
psutil
11+
pytest>=4.1
1112
pytest-asyncio
1213
pytest-cov>=2.6.1
13-
pytest>=4.1
1414
setuptools>=60.0
1515
testpath
1616
twine>=1.11.0

0 commit comments

Comments
 (0)