Skip to content

Commit 916995e

Browse files
committed
Code clean
1 parent e678341 commit 916995e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

updater.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import argparse
44
from sys import exit as sys_exit
5-
# TODO: remove import
65
from sys import argv
76
from os import path
87
from os import mkdir
@@ -21,7 +20,6 @@
2120
isMakeInstalled = check_make_status()
2221

2322
parser = argparse.ArgumentParser()
24-
# TODO: add version output
2523
parser.add_argument("-f", "--fm", help="Force `make` and `make install`", action="store_true")
2624
parser.add_argument("-c", "--clean", help="Clean updater folder", action="store_true")
2725
parser.add_argument("-v", "--version", action="version", version="vim updater {}".format(UPDATER_VER))

0 commit comments

Comments
 (0)