1
0
Fork 0

Fixes patch import in test

This commit is contained in:
Mouse Reeve 2021-06-26 16:48:57 -07:00
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