mirror of
https://github.com/django/django.git
synced 2025-09-04 19:35:05 +03:00
Removed unused import in docs/ref/models/expressions.txt example.
This commit is contained in:
parent
a627194567
commit
21603c5b50
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user