summaryrefslogtreecommitdiff
path: root/tests/test_router.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-03-12 21:40:47 -0600
committerMichael Merickel <michael@merickel.org>2022-03-12 21:40:47 -0600
commite97bba81161ed816b4ebbd84cda3626db0620039 (patch)
treef2d9c5accfc512f7434ff1bfd18ced1666f1dd00 /tests/test_router.py
parent980553e8ad4f3122fca8962444f175ed77b81c7d (diff)
downloadpyramid-e97bba81161ed816b4ebbd84cda3626db0620039.tar.gz
pyramid-e97bba81161ed816b4ebbd84cda3626db0620039.tar.bz2
pyramid-e97bba81161ed816b4ebbd84cda3626db0620039.zip
set target versions for black
Diffstat (limited to 'tests/test_router.py')
-rw-r--r--tests/test_router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_router.py b/tests/test_router.py
index 857e8aea5..f136e5ab3 100644
--- a/tests/test_router.py
+++ b/tests/test_router.py
@@ -56,7 +56,7 @@ class TestRouter(unittest.TestCase):
virtual_root=None,
virtual_root_path=None,
raise_error=None,
- **kw
+ **kw,
):
from pyramid.interfaces import ITraverser