Fix a typo in core.structs.__all__

This commit is contained in:
mathieui 2021-03-13 21:13:00 +01:00
parent ec6a98e99f
commit 6f73af71cd

View file

@ -6,7 +6,7 @@ from typing import Any, Callable, List, Dict
__all__ = [
'Command',
'Completion'
'Completion',
'POSSIBLE_SHOW',
'Status',
]