mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-08 22:07:16 +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]
|
||||
|
||||
min-similarity-lines=6
|
||||
ignore-comments=yes
|
||||
ignore-docstrings=yes
|
||||
ignore-imports=yes
|
||||
|
@ -118,7 +118,6 @@ class EventHandlerBase(ABC):
|
||||
Perform cleanup actions such as releasing database
|
||||
connections and stuff like that.
|
||||
"""
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
def get_local_instances(cls):
|
||||
|
@ -42,4 +42,3 @@ class FSMAware:
|
||||
|
||||
:param kwargs: fsm_update 'data' field
|
||||
"""
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user