Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 13a6dd0

Browse files
committed
docs(init): remove unneeded TODO (the feature has been implemented)
1 parent 0df4fb1 commit 13a6dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitizen/commands/init.py

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def __call__(self):
3535
out.info("cz bump --changelog")
3636
out.success("The configuration are all set.")
3737
else:
38-
# TODO: handle the case that config file exist but no value
3938
out.line(f"Config file {self.config.path} already exists")
4039

4140
def _ask_config_path(self) -> str:

0 commit comments

Comments
 (0)