Skip to content

Commit

Permalink
Remove duplicate line (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas authored Jan 26, 2025
1 parent e9cc853 commit fc07f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycsw/ogc/api/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,5 @@ def to_rfc3339(value: str) -> Union[tuple, None]:
dt_type = 'date'
else:
dt_type = 'date-time'
dt_type = 'date-time'

return dt, dt_type

0 comments on commit fc07f93

Please sign in to comment.