Skip to content

Commit

Permalink
fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed Jul 25, 2024
1 parent 29172b3 commit 463bdbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/arxivsearch/schema/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from enum import Enum
from pydantic import BaseModel

from arxivsearch.schema.models import Provider


class Provider(str, Enum):
"""Embedding model provider"""
Expand Down

0 comments on commit 463bdbe

Please sign in to comment.