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 Oct 3, 2024
1 parent 5ad54f7 commit 4960083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cirrocumulus/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
CIRRO_LIBRARY,
CIRRO_MIXPANEL,
CIRRO_SERVE,
CIRRO_SERVER_DATA_DIR,
CIRRO_SPECIES,
CIRRO_STATIC_DIR,
CIRRO_UPLOAD,
CIRRO_SERVER_DATA_DIR,
)
from .invalid_usage import InvalidUsage
from .job_api import delete_job, submit_job
Expand Down
2 changes: 1 addition & 1 deletion cirrocumulus/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
CIRRO_JOB_RESULTS,
CIRRO_JOB_TYPE,
CIRRO_SERVE,
CIRRO_UPLOAD,
CIRRO_SERVER_DATA_DIR,
CIRRO_UPLOAD,
)
from cirrocumulus.launch import create_app
from cirrocumulus.util import add_dataset_providers, create_instance, get_fs
Expand Down

0 comments on commit 4960083

Please sign in to comment.