Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite985851

Browse files
committed
Add 'U' to change_levels (should pass)
1 parent1d0e666 commite985851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/diff.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
fromsubprocessimportPopen
2626

27-
Lit_change_type=Literal['A','D','C','M','R','T']
27+
Lit_change_type=Literal['A','D','C','M','R','T','U']
2828

2929

3030
defis_change_type(inp:str)->TypeGuard[Lit_change_type]:
3131
# return True
32-
returninpin ['A','D','C','M','R','T']
32+
returninpin ['A','D','C','M','R','T','U']
3333

3434
# ------------------------------------------------------------------------
3535

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp