Skip to content

Commit

Permalink
Fix internal import.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jun 24, 2022
1 parent accb2bd commit 9ecc9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions marketplace_standard_app_api/reference/object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
from fastapi import UploadFile
from sqlalchemy import Column, DateTime, ForeignKey, Integer, String, and_, select

from marketplace_standard_app_api.models.object_storage import (
from ..models.object_storage import (
CollectionListItemModel,
CollectionListResponse,
CollectionName,
DatasetListResponse,
DatasetModel,
DatasetName,
)

from .common import metadata

collections = sqlalchemy.Table(
Expand Down

0 comments on commit 9ecc9de

Please sign in to comment.