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 Dec 12, 2023
1 parent 0df2c6d commit 9a330ad
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 @@ -5,11 +5,11 @@
# SPDX-License-Identifier: Apache-2.0
import datetime
import logging
import numpy as np
from functools import wraps
from time import monotonic
from typing import Any, Callable, List, Optional, TypeVar

import numpy as np

Check failure on line 12 in datacube_ows/utils.py

View workflow job for this annotation

GitHub Actions / flake8

'numpy as np' imported but unused
import pytz

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

0 comments on commit 9a330ad

Please sign in to comment.