Skip to content

Commit fc07f93

Browse files
authored
Remove duplicate line (#1075)
1 parent e9cc853 commit fc07f93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycsw/ogc/api/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,5 @@ def to_rfc3339(value: str) -> Union[tuple, None]:
248248
dt_type = 'date'
249249
else:
250250
dt_type = 'date-time'
251-
dt_type = 'date-time'
252251

253252
return dt, dt_type

0 commit comments

Comments
 (0)