Skip to content

Commit a930f54

Browse files
committed
fixing linting
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 7b99595 commit a930f54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
77

88
# Add files or directories to the blacklist. They should be base names, not
99
# paths.
10-
ignore=CVS
10+
ignore=CVS,tests
1111

1212
# Add files or directories matching the regex patterns to the blacklist. The
1313
# regex matches against base names, not paths.

scompose/client/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'''
1919

2020
from scompose.project import Project
21-
import os
2221

2322
def main(args, parser, extra):
2423
'''View or validate a configuration file

0 commit comments

Comments
 (0)