Skip to content

Commit e6026bb

Browse files
committed
Fixed linting issue.
1 parent 04996e8 commit e6026bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/lib/base_action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'firebird': 'firebird+fdb'
2222
}
2323

24+
2425
class BaseAction(Action):
2526
def __init__(self, config):
2627
"""Creates a new BaseAction given a StackStorm config object (kwargs works too)

0 commit comments

Comments
 (0)