Skip to content

Commit

Permalink
Make isort happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 1, 2017
1 parent 18d0a92 commit 661360a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/__init__.py
@@ -1,6 +1,8 @@
from RestrictedPython._compat import IS_PY2

import RestrictedPython


# Define the arguments for @pytest.mark.parametrize to be able to test both the
# old and the new implementation to be equal:
compile = ('compile', [RestrictedPython.compile.compile_restricted_exec])
Expand Down
1 change: 1 addition & 0 deletions tests/test_compile.py
@@ -1,5 +1,6 @@
from . import compile
from RestrictedPython._compat import IS_PY2

import pytest


Expand Down
4 changes: 1 addition & 3 deletions tests/test_transformer.py
@@ -1,11 +1,9 @@
from . import compile
from RestrictedPython._compat import IS_PY2
from RestrictedPython._compat import IS_PY3
from RestrictedPython.Guards import guarded_iter_unpack_sequence
from RestrictedPython.Guards import guarded_unpack_sequence

from RestrictedPython._compat import IS_PY2, IS_PY3
from . import compile
import RestrictedPython
import contextlib
import pytest
import RestrictedPython
Expand Down

0 comments on commit 661360a

Please sign in to comment.