Skip to content

Commit 48d1f01

Browse files
committed
clarify remove command action title
1 parent e9996f7 commit 48d1f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/plugins/importmagic_lint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ def _add_command_title(variable, module):
261261

262262

263263
def _remove_command_title(import_name):
264-
return 'Remove import of "%s"' % import_name
264+
return 'Remove unused import of "%s"' % import_name

0 commit comments

Comments
 (0)