diff --git a/bookwyrm/tests/test_postgres.py b/bookwyrm/tests/test_postgres.py index cb9e7e86..7f5cfa69 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