Browse Source

Fixing linters

Kenny Woodson 8 years ago
parent
commit
9ed2463827

+ 1 - 0
roles/lib_openshift/library/oc_project.py

@@ -1267,6 +1267,7 @@ class OpenShiftCLIConfig(object):
 
 # -*- -*- -*- Begin included fragment: lib/project.py -*- -*- -*-
 
+
 # pylint: disable=too-many-instance-attributes
 class ProjectConfig(OpenShiftCLIConfig):
     ''' project config object '''

+ 2 - 0
roles/lib_openshift/src/lib/project.py

@@ -1,4 +1,6 @@
 # pylint: skip-file
+# flake8: noqa
+
 
 # pylint: disable=too-many-instance-attributes
 class ProjectConfig(OpenShiftCLIConfig):

+ 0 - 4
roles/lib_openshift/src/test/unit/oc_project.py

@@ -117,10 +117,6 @@ class OCProjectTest(unittest.TestCase):
 
         ])
 
-        #mock_write.assert_has_calls([
-            #mock.call(mock.ANY, "{'one': 1, 'two': 2, 'three': 3}"),
-        #])
-
     def tearDown(self):
         '''TearDown method'''
         pass