Formatting

This commit is contained in:
Marcel Schwarz 2019-12-14 05:47:33 +01:00
parent 1366b53c20
commit 100cdb97a7

View File

@ -1,8 +1,10 @@
from IModule import IModule from IModule import IModule
class VimModule(IModule): class VimModule(IModule):
def __init__(self): def __init__(self):
pass super().__init__()
def get_command(self): def get_command(self):
plugins = [ plugins = [