We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9996f7 commit 48d1f01Copy full SHA for 48d1f01
pyls/plugins/importmagic_lint.py
@@ -261,4 +261,4 @@ def _add_command_title(variable, module):
261
262
263
def _remove_command_title(import_name):
264
- return 'Remove import of "%s"' % import_name
+ return 'Remove unused import of "%s"' % import_name
0 commit comments