Skip to content

Commit dde0617

Browse files
committed
Fix lint.
1 parent c914a40 commit dde0617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

st2client/st2client/utils/interactive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def _construct_description(self):
9393
if "description" in self.spec:
9494

9595
def get_bottom_toolbar_tokens(cli):
96+
# pylint: disable=no-member
9697
return [(token.Token.Toolbar, self.spec["description"])]
9798

9899
self.options["get_bottom_toolbar_tokens"] = get_bottom_toolbar_tokens

0 commit comments

Comments
 (0)