Fix linting issues'

This commit is contained in:
Stuckinaboot
2019-05-01 13:54:19 -04:00
parent e555f17a7b
commit 4333c2d061
10 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,7 @@
from abc import ABC, abstractmethod
# pylint: disable=W0105
"""
Represents a secured connection object, which includes a connection and details about the security
involved in the secured connection
@ -19,4 +21,3 @@ class ISecureConn(ABC):
"""
:return: map containing details about the connections security
"""