#366 Add type annotations in core components

This commit is contained in:
nvbn
2015-09-08 15:54:07 +03:00
parent eb17e696c3
commit dfa22bc92b
4 changed files with 107 additions and 7 deletions
+1
View File
@@ -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)