Skip to content

Commit

Permalink
make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed May 9, 2020
1 parent 6da63e4 commit f93c51e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/RestrictedPython/tests/test_NamedExpr.py
Expand Up @@ -3,12 +3,11 @@

from ast import NodeTransformer
from ast import parse
from unittest import skipUnless
from unittest import TestCase

from RestrictedPython._compat import IS_PY38_OR_GREATER
from RestrictedPython import compile_restricted
from RestrictedPython import safe_globals
from RestrictedPython._compat import IS_PY38_OR_GREATER
from unittest import skipUnless
from unittest import TestCase


@skipUnless(IS_PY38_OR_GREATER, "Feature available for Python 3.8+")
Expand Down

0 comments on commit f93c51e

Please sign in to comment.