PEP8 cleanups

This commit is contained in:
Roberto Rosario
2014-10-08 19:39:16 -04:00
parent 50e143e754
commit 8bac1525be
35 changed files with 162 additions and 204 deletions

View File

@@ -2,7 +2,6 @@ from __future__ import absolute_import
from collections import namedtuple
from json import dumps
import os
import sh
@@ -12,8 +11,6 @@ try:
except sh.CommandNotFound:
PIP = False
from django.conf import settings
class PIPNotFound(Exception):
pass