From 36fe64c3ae565eeb9642b9f401844810243669f9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Jun 2021 16:48:57 -0700 Subject: [PATCH] Fixes patch import in test --- bookwyrm/tests/test_postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/tests/test_postgres.py b/bookwyrm/tests/test_postgres.py index cb9e7e86d..7f5cfa699 100644 --- a/bookwyrm/tests/test_postgres.py +++ b/bookwyrm/tests/test_postgres.py @@ -1,5 +1,5 @@ """ django configuration of postgres """ -from unittest import patch +from unittest.mock import patch from django.test import TestCase from bookwyrm import models