summaryrefslogtreecommitdiff
path: root/tests/test_path.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-09-30 13:38:05 -0700
committerGitHub <noreply@github.com>2020-09-30 13:38:05 -0700
commitee7ca28cc51cf40d1190144834704e287c9fc72d (patch)
tree3080c5cfe5d1cd6d536f42e1c94876706492dc27 /tests/test_path.py
parent6116c6c8be01909724127b055be633c53c4782fc (diff)
parent54fa9aa7ac255aa262cca9fd601b35f2605ea13e (diff)
downloadpyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.tar.gz
pyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.tar.bz2
pyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.zip
Merge pull request #3616 from Pylons/blackify-master
Blackify for v20.8b1
Diffstat (limited to 'tests/test_path.py')
-rw-r--r--tests/test_path.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_path.py b/tests/test_path.py
index f77e35638..479e12e40 100644
--- a/tests/test_path.py
+++ b/tests/test_path.py
@@ -655,8 +655,7 @@ class DummyPackageOrModule:
class DummyNamespacePackage:
- """Has no __file__ attribute.
- """
+ """Has no __file__ attribute."""
def __init__(self, real_package_or_module):
self.__name__ = real_package_or_module.__name__