Add flake8 and fix errors.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
0dc55fda45
commit
50a24bc3bf
9 changed files with 24 additions and 13 deletions
|
|
@ -8,7 +8,6 @@ import os
|
|||
import re
|
||||
import yaml
|
||||
from ..packages import six
|
||||
import sys
|
||||
|
||||
from ..project import Project
|
||||
from ..service import ConfigError
|
||||
|
|
@ -19,6 +18,7 @@ from . import errors
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Command(DocoptCommand):
|
||||
base_dir = '.'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue