Skip to content

Commit

Permalink
Relocate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 25, 2024
1 parent df965c2 commit 7751e26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions icepyx/core/temporal.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
"""
Helper functions for validation of dates
"""

import datetime as dt
from typing import Union
import warnings

#### Helper functions for validation of dates ####


def convert_string_to_date(date: str) -> dt.date:
"""
Expand Down

0 comments on commit 7751e26

Please sign in to comment.