mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-12 20:17:17 +00:00
Handle pylint suggestions
This commit is contained in:
parent
2134d743c3
commit
82df8a8065
@ -6,6 +6,7 @@ disable = missing-docstring, too-few-public-methods, invalid-name
|
|||||||
|
|
||||||
[SIMILARITIES]
|
[SIMILARITIES]
|
||||||
|
|
||||||
|
min-similarity-lines=6
|
||||||
ignore-comments=yes
|
ignore-comments=yes
|
||||||
ignore-docstrings=yes
|
ignore-docstrings=yes
|
||||||
ignore-imports=yes
|
ignore-imports=yes
|
||||||
|
@ -118,7 +118,6 @@ class EventHandlerBase(ABC):
|
|||||||
Perform cleanup actions such as releasing database
|
Perform cleanup actions such as releasing database
|
||||||
connections and stuff like that.
|
connections and stuff like that.
|
||||||
"""
|
"""
|
||||||
pass
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_local_instances(cls):
|
def get_local_instances(cls):
|
||||||
|
@ -42,4 +42,3 @@ class FSMAware:
|
|||||||
|
|
||||||
:param kwargs: fsm_update 'data' field
|
:param kwargs: fsm_update 'data' field
|
||||||
"""
|
"""
|
||||||
pass
|
|
||||||
|
Loading…
Reference in New Issue
Block a user