Formatting
This commit is contained in:
parent
1366b53c20
commit
100cdb97a7
@ -1,8 +1,10 @@
|
||||
from IModule import IModule
|
||||
|
||||
|
||||
class VimModule(IModule):
|
||||
def __init__(self):
|
||||
pass
|
||||
super().__init__()
|
||||
|
||||
def get_command(self):
|
||||
|
||||
plugins = [
|
||||
@ -25,7 +27,7 @@ class VimModule(IModule):
|
||||
user_input = [int(userInput) for userInput in input("Enter multiple value: ").split()]
|
||||
clean_plugin_list = set(user_input)
|
||||
|
||||
#print out selected plugins
|
||||
# print out selected plugins
|
||||
for element in clean_plugin_list:
|
||||
selection = element - 1
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user