aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/install.py')
-rw-r--r--setuptools/command/install.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setuptools/command/install.py b/setuptools/command/install.py
index 82e7ebe8..86f0cb7b 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -6,6 +6,4 @@ class install(_install):
def has_dependencies(self):
return self.distribution.has_dependencies()
- sub_commands = [('depends',has_dependencies)] + _install.sub_commands
-
-
+ sub_commands = [('depends', has_dependencies)] + _install.sub_commands