From b04467fa5f0740a8520acb7ef7a19e90e89063dc Mon Sep 17 00:00:00 2001 From: Bendeguz Csirmaz Date: Mon, 5 Aug 2024 19:33:17 +0800 Subject: [PATCH] Fixed #373 - Fix import. --- django/db/models/sql/compiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/db/models/sql/compiler.py b/django/db/models/sql/compiler.py index 06ced108c84e..c4023feb72e2 100644 --- a/django/db/models/sql/compiler.py +++ b/django/db/models/sql/compiler.py @@ -1,5 +1,4 @@ import collections -import itertools import json import re from functools import partial