Skip to content

Commit

Permalink
Fix: embeddings apps.py class name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrverdasca committed Nov 22, 2024
1 parent eff9e06 commit 4338e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/embeddings/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.apps import AppConfig


class CoreConfig(AppConfig):
class EmbeddingsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "embeddings"

0 comments on commit 4338e67

Please sign in to comment.