mirror of
https://github.com/openkmip/pykmip
synced 2026-01-05 18:13:18 +00:00
Fix pep8 errors
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import mock
|
||||
import testtools
|
||||
|
||||
from kmip.core import enums
|
||||
|
||||
from kmip.core.factories import attributes
|
||||
|
||||
|
||||
class TestAttributeFactory(testtools.TestCase):
|
||||
"""
|
||||
Test suite for Attribute Factory
|
||||
@@ -42,4 +42,3 @@ class TestAttributeFactory(testtools.TestCase):
|
||||
attr_b = self.attribute_factory.create_attribute(attr_type, attr_name)
|
||||
self.assertTrue(attr_a == attr_b)
|
||||
self.assertFalse(attr_a != attr_b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user