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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user