Skip to content

Commit

Permalink
Fix small import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vignos committed Mar 20, 2024
1 parent 4b6800c commit 3c2a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eatery/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.db import models
from django.db import connection
from util.constants import DEFAULT_IMAGE_URL
from eatery.util.constants import DEFAULT_IMAGE_URL

class Eatery(models.Model):
class CampusArea(models.TextChoices):
Expand Down

0 comments on commit 3c2a451

Please sign in to comment.