PEP8 cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user