We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bde39 commit 1d0e666Copy full SHA for 1d0e666
1 file changed
git/diff.py
@@ -28,8 +28,8 @@
28
29
30
def is_change_type(inp: str) -> TypeGuard[Lit_change_type]:
31
- return True
32
- # return inp in ['A', 'D', 'C', 'M', 'R', 'T']
+ # return True
+ return inp in ['A', 'D', 'C', 'M', 'R', 'T']
33
34
# ------------------------------------------------------------------------
35
0 commit comments