#366 Add type annotations in core components
This commit is contained in:
@@ -26,6 +26,7 @@ def fix_command():
|
||||
|
||||
corrected_commands = get_corrected_commands(command)
|
||||
selected_command = select_command(corrected_commands)
|
||||
|
||||
if selected_command:
|
||||
selected_command.run(command)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user