Fix a typo in core.structs.__all__
This commit is contained in:
parent
ec6a98e99f
commit
6f73af71cd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from typing import Any, Callable, List, Dict
|
|||
|
||||
__all__ = [
|
||||
'Command',
|
||||
'Completion'
|
||||
'Completion',
|
||||
'POSSIBLE_SHOW',
|
||||
'Status',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue