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] authored and omad committed Oct 30, 2024
1 parent 4f2aa94 commit 97b56fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodatasets3/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import os
import typing
from pathlib import Path
from shutil import which
from urllib.parse import urlparse

import boto3
from shutil import which

_LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 97b56fc

Please # to comment.