diff options
Diffstat (limited to 'tests/test_path.py')
| -rw-r--r-- | tests/test_path.py | 3 |
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__ |
