Skip to content

Commit

Permalink
Update cmdparser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Jul 13, 2023
1 parent 8ca39b7 commit dbaf8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluesky/stack/cmdparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Command:
''' Stack command object. '''

# Dictionary with all command objects
cmddict = dict()
cmddict: dict[str, 'Command'] = dict()

@classmethod
def addcommand(cls, func, parent=None, name='', **kwargs):
Expand Down

0 comments on commit dbaf8ad

Please sign in to comment.