mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 16:15:11 +00:00
Handle pylint suggestions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user