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_testing.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_testing.py')
| -rw-r--r-- | tests/test_config/test_testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_testing.py b/tests/test_config/test_testing.py index e379e41bc..5cdd19b50 100644 --- a/tests/test_config/test_testing.py +++ b/tests/test_config/test_testing.py @@ -54,8 +54,8 @@ class TestingConfiguratorMixinTests(unittest.TestCase): self.assertEqual(val, True) def test_testing_resources(self): - from pyramid.traversal import find_resource from pyramid.interfaces import ITraverser + from pyramid.traversal import find_resource ob1 = object() ob2 = object() |
