Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Sep 14, 2018
1 parent 63f366b commit 87c3ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2common/st2common/validators/api/action.py
Expand Up @@ -37,7 +37,7 @@

def validate_action(action_api, runner_type_db=None):
"""
:param runner_type_db: RunnerTypeDB object belonging to this action. If not provided, it's
:param runner_type_db: RunnerTypeDB object belonging to this action. If not provided, it's
retrieved from the database.
:type runner_type_db: :class:`RunnerTypeDB`
"""
Expand Down

0 comments on commit 87c3ffe

Please sign in to comment.