From 0df7a40d517b2eba1ccc744177051910f2baa1ed Mon Sep 17 00:00:00 2001 From: Ben Cail Date: Fri, 23 Feb 2024 12:13:59 -0500 Subject: [PATCH] fix import --- tests/model_options/test_tablespaces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/model_options/test_tablespaces.py b/tests/model_options/test_tablespaces.py index aba8f8b6a7..4f6a0056aa 100644 --- a/tests/model_options/test_tablespaces.py +++ b/tests/model_options/test_tablespaces.py @@ -1,4 +1,5 @@ import copy + from django.apps import apps from django.conf import settings from django.db import connection, models