From b5299c316942b61cbc98750c0ed93f3a4c69b16a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 19 Oct 2016 14:02:16 -0400 Subject: Reindent --- setuptools/dist.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setuptools') diff --git a/setuptools/dist.py b/setuptools/dist.py index a3099fcd..dbb083bb 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -114,10 +114,10 @@ def check_nsp(dist, attr, value): ) parent, sep, child = nsp.rpartition('.') if parent and parent not in value: - distutils.log.warn( - "WARNING: %r is declared as a package namespace, but %r" - " is not: please correct this in setup.py", nsp, parent - ) + distutils.log.warn( + "WARNING: %r is declared as a package namespace, but %r" + " is not: please correct this in setup.py", nsp, parent + ) def check_extras(dist, attr, value): -- cgit v1.2.3