Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 6d303fb commit d46662c
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 d46662c

Please sign in to comment.