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 Nov 25, 2024
1 parent 0103931 commit b5a6b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eodatasets3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
del get_versions

__all__ = (
"REPO_URL",
"DatasetAssembler",
"DatasetDoc",
"DatasetPrepare",
Expand All @@ -20,10 +21,9 @@
"IfExists",
"IncompleteDatasetError",
"NamingConventions",
"namer",
"REPO_URL",
"ValidDataMethod",
"__version__",
"namer",
)

__version__ = _version.get_versions()["version"]

0 comments on commit b5a6b0a

Please sign in to comment.