Removed unused import in docs/ref/models/expressions.txt example.

This commit is contained in:
Clifford Gama 2025-08-31 08:15:13 +02:00 committed by GitHub
parent a627194567
commit 21603c5b50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1220,7 +1220,6 @@ values. It will return the first column or value that isn't ``NULL``.
We'll start by defining the template to be used for SQL generation and
an ``__init__()`` method to set some attributes::
import copy
from django.db.models import Expression