Skip to content

Commit 178dbc1

Browse files
committed
STY: sort Python imports with isort
1 parent b171f13 commit 178dbc1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

jupyter_spaces/magics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from IPython.core.magic import cell_magic, line_magic, Magics, magics_class
1+
from IPython.core.magic import Magics, cell_magic, line_magic, magics_class
22

33
from jupyter_spaces.space import SpaceRegister
44

5-
65
space_register = SpaceRegister()
76

87

requirements/dev_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
black==19.10b0
2+
isort==5.6.4
3+

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from IPython.testing.globalipapp import start_ipython
21
import pytest
2+
from IPython.testing.globalipapp import start_ipython
33

44

55
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)