Skip to content

Commit

Permalink
Readd period contains naive
Browse files Browse the repository at this point in the history
  • Loading branch information
jrstrunk committed Jan 6, 2025
1 parent aca1e68 commit d0544bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tempo/period.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ pub fn contains_date(period: tempo.Period, date: tempo.Date) -> Bool {
/// )
/// // -> True
/// ```
/// Making internal because this might encourage bad practices
@internal
pub fn contains_naive_datetime(
period: tempo.Period,
naive_datetime: tempo.NaiveDateTime,
Expand Down

0 comments on commit d0544bf

Please sign in to comment.