Fixes patch import in test

This commit is contained in:
Mouse Reeve 2021-06-26 16:48:57 -07:00
parent 6470033ac9
commit 36fe64c3ae

View file

@ -1,5 +1,5 @@
""" django configuration of postgres """ """ django configuration of postgres """
from unittest import patch from unittest.mock import patch
from django.test import TestCase from django.test import TestCase
from bookwyrm import models from bookwyrm import models