diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2020-07-12 16:57:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 16:57:45 -0700 |
| commit | d36be863725aec17573e87e373941cec548290f9 (patch) | |
| tree | 43ab0c4b6db6c05418340e9e18f188e09a02f9ff /tests/test_config/test_tweens.py | |
| parent | 5269b28e728a470b94f194bf8febd46278b1f356 (diff) | |
| parent | a920c2530c130688c5d01ed999a43ccf0cb012fa (diff) | |
| download | pyramid-d36be863725aec17573e87e373941cec548290f9.tar.gz pyramid-d36be863725aec17573e87e373941cec548290f9.tar.bz2 pyramid-d36be863725aec17573e87e373941cec548290f9.zip | |
Merge pull request #3604 from Pylons/update-isort
Update isort to 5.x
Diffstat (limited to 'tests/test_config/test_tweens.py')
| -rw-r--r-- | tests/test_config/test_tweens.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_config/test_tweens.py b/tests/test_config/test_tweens.py index b8cf15e12..19c938a0c 100644 --- a/tests/test_config/test_tweens.py +++ b/tests/test_config/test_tweens.py @@ -45,8 +45,7 @@ class TestTweensConfiguratorMixin(unittest.TestCase): def test_add_tweens_names_with_underover(self): from pyramid.interfaces import ITweens - from pyramid.tweens import excview_tween_factory - from pyramid.tweens import MAIN + from pyramid.tweens import MAIN, excview_tween_factory config = self._makeOne() config.add_tween('tests.test_config.dummy_tween_factory', over=MAIN) @@ -316,7 +315,7 @@ class TestTweens(unittest.TestCase): ) def test_implicit_ordering_5(self): - from pyramid.tweens import MAIN, INGRESS + from pyramid.tweens import INGRESS, MAIN tweens = self._makeOne() add = tweens.add_implicit |
