Skip to content

Commit

Permalink
STY: sort Python imports with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
davidesarra committed Nov 24, 2020
1 parent b171f13 commit 178dbc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jupyter_spaces/magics.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from IPython.core.magic import cell_magic, line_magic, Magics, magics_class
from IPython.core.magic import Magics, cell_magic, line_magic, magics_class

from jupyter_spaces.space import SpaceRegister


space_register = SpaceRegister()


Expand Down
2 changes: 2 additions & 0 deletions requirements/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
black==19.10b0
isort==5.6.4

2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from IPython.testing.globalipapp import start_ipython
import pytest
from IPython.testing.globalipapp import start_ipython


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 178dbc1

Please sign in to comment.