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

Commit 7860419

Browse files
noirbizarreLee-W
authored andcommitted
style: fix formatting changes with black update
1 parent 9f4b9ee commit 7860419

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_bump_find_version.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,8 @@ def test_generate_version(test_input, expected):
8989
current_version = test_input[0]
9090
increment = test_input[1]
9191
prerelease = test_input[2]
92-
<<<<<<< HEAD
9392
prerelease_offset = test_input[3]
9493
devrelease = test_input[4]
95-
=======
96-
devrelease = test_input[3]
97-
>>>>>>> 4d4b9e8 (style: format code through black)
9894
assert (
9995
generate_version(
10096
current_version,

0 commit comments

Comments
 (0)