Skip to content

Commit

Permalink
192: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGotelli committed Nov 6, 2024
1 parent f24a0b3 commit 1911da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_mock_queries/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import datetime, date
from django.core.exceptions import FieldError
from django.db import models
from django.db.models import F, Value, Case
from django.db.models.functions import Coalesce
from unittest.mock import Mock
Expand Down

0 comments on commit 1911da4

Please sign in to comment.