Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/suppress_dt64_warnings' into sup…
Browse files Browse the repository at this point in the history
…press_dt64_warnings
  • Loading branch information
SpacemanPaul committed Aug 5, 2024
2 parents 785d148 + d46662c commit be502f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube_ows/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import logging
from functools import wraps
from time import monotonic
from numpy import datetime64
from typing import Any, Callable, List, Optional, TypeVar

import pytz
from numpy import datetime64
from numpy import datetime64 as npdt64

F = TypeVar('F', bound=Callable[..., Any])
Expand Down

0 comments on commit be502f5

Please sign in to comment.