Skip to content

Commit a5ce169

Browse files
Fix conflict "fix"
1 parent b62f6aa commit a5ce169

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Lib/test/test_time.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,8 @@ def test_strptime(self):
358358
# Should be able to go round-trip from strftime to strptime without
359359
# raising an exception.
360360
tt = time.gmtime(self.t)
361-
<<<<<<< e-d-no-year
362-
for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'e', 'H', 'I',
363-
'j', 'm', 'M', 'p', 'S',
364-
=======
365-
for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'F', 'H', 'I',
361+
for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'e', 'F', 'H', 'I',
366362
'j', 'm', 'M', 'p', 'S', 'T',
367-
>>>>>>> main
368363
'U', 'w', 'W', 'x', 'X', 'y', 'Y', 'Z', '%'):
369364
format = '%' + directive
370365
if directive in ('d', 'e'):

0 commit comments

Comments
 (0)