Skip to content

Commit 0142443

Browse files
josixLee-W
andauthored
Update commitizen/git.py
Co-authored-by: Wei Lee <[email protected]>
1 parent 9898d3e commit 0142443

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitizen/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def get_core_editor() -> str | None:
275275
c = cmd.run("git var GIT_EDITOR")
276276
if c.out:
277277
return c.out.strip()
278-
return None
279278

280279

281280
def smart_open(*args, **kargs):

0 commit comments

Comments
 (0)