summaryrefslogtreecommitdiff
path: root/tests/test_util.py
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2020-07-12 16:57:45 -0700
committerGitHub <noreply@github.com>2020-07-12 16:57:45 -0700
commitd36be863725aec17573e87e373941cec548290f9 (patch)
tree43ab0c4b6db6c05418340e9e18f188e09a02f9ff /tests/test_util.py
parent5269b28e728a470b94f194bf8febd46278b1f356 (diff)
parenta920c2530c130688c5d01ed999a43ccf0cb012fa (diff)
downloadpyramid-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_util.py')
-rw-r--r--tests/test_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py
index 0fb975f66..cb5fd8185 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -630,7 +630,7 @@ class TestTopologicalSorter(unittest.TestCase):
)
def test_sorted_ordering_5(self):
- from pyramid.util import LAST, FIRST
+ from pyramid.util import FIRST, LAST
sorter = self._makeOne()
add = sorter.add