Skip to content

Commit 1071d02

Browse files
committed
Remove unused option
1 parent 3a68fd3 commit 1071d02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/manage/commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def execute(self):
260260
"check_long_paths": (config_bool, None, "env"),
261261
"check_py_on_path": (config_bool, None, "env"),
262262
"check_any_install": (config_bool, None, "env"),
263-
"check_default_tag": (config_bool, None, "env"),
264263
"check_global_dir": (config_bool, None, "env"),
265264
},
266265

@@ -969,7 +968,6 @@ class FirstRun(BaseCommand):
969968
check_long_paths = True
970969
check_py_on_path = True
971970
check_any_install = True
972-
check_default_tag = True
973971
check_global_dir = True
974972

975973
def execute(self):

0 commit comments

Comments
 (0)