mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 18:30:05 +00:00
fix pep8
This commit is contained in:
@@ -13,7 +13,6 @@ from dotdrop.logger import Logger
|
|||||||
|
|
||||||
class Action:
|
class Action:
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, key, action):
|
def __init__(self, key, action):
|
||||||
self.key = key
|
self.key = key
|
||||||
self.action = action
|
self.action = action
|
||||||
|
|||||||
Reference in New Issue
Block a user