From 9925a6251886e3692215f3c8ea052dc9a0687d28 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 29 Sep 2020 22:12:52 -0700 Subject: Blackify for v20.8b1 --- tests/test_path.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_path.py') 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__ -- cgit v1.2.3