Fix PEP8: E302 expected 2 blank lines, found 1
This commit is contained in:
@@ -22,6 +22,7 @@ EXTENSIONS = ["*", "xml", "js", "css", "coffee", "scss", "html"]
|
||||
|
||||
WATCH_DIRS = [os.path.abspath(os.path.normpath(dir)) for dir in WATCH_DIRS]
|
||||
|
||||
|
||||
class DjangoEventHandler(FileSystemEventHandler):
|
||||
|
||||
def __init__(self, process):
|
||||
|
||||
Reference in New Issue
Block a user