Skip to content

Commit

Permalink
Run hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karetnikov committed Oct 25, 2023
1 parent 707045b commit 966704b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions conda-store-server/conda_store_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import os
import sys
from contextlib import contextmanager
from pathlib import Path, PurePosixPath
from typing import Any, Dict

import pydantic
from celery import Celery, group
from conda_store_server import (
CONDA_STORE_DIR,
api,
conda_utils,
environment,
Expand All @@ -17,7 +17,6 @@
storage,
utils,
)
from conda_store_server import CONDA_STORE_DIR
from sqlalchemy.orm import Session
from sqlalchemy.pool import QueuePool
from traitlets import (
Expand Down
3 changes: 1 addition & 2 deletions conda-store-server/conda_store_server/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import shutil

import minio
from conda_store_server import api, orm, schema
from conda_store_server import CONDA_STORE_DIR
from conda_store_server import CONDA_STORE_DIR, api, orm, schema
from minio.credentials.providers import Provider
from traitlets import Bool, Dict, List, Type, Unicode
from traitlets.config import LoggingConfigurable
Expand Down

0 comments on commit 966704b

Please sign in to comment.