Skip to content

Commit

Permalink
export assistant models
Browse files Browse the repository at this point in the history
  • Loading branch information
MartingaleCoda committed May 10, 2024
1 parent 5693ac3 commit 78602f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions explorer/assistant/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .models import PromptLog
1 change: 1 addition & 0 deletions explorer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.utils.translation import gettext_lazy as _

from explorer import app_settings
from explorer.assistant import models as assistant_models

Check failure on line 12 in explorer/models.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

explorer/models.py:12:42: F401 `explorer.assistant.models` imported but unused
from explorer.telemetry import Stat, StatNames
from explorer.utils import (
extract_params, get_params_for_url, get_s3_bucket, get_valid_connection, passes_blacklist, s3_url,
Expand Down

0 comments on commit 78602f6

Please sign in to comment.