summaryrefslogtreecommitdiff
path: root/tests/integration/test_mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_mongodb.py')
-rw-r--r--tests/integration/test_mongodb.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/integration/test_mongodb.py b/tests/integration/test_mongodb.py
index 77ab3ed..d32b0ea 100644
--- a/tests/integration/test_mongodb.py
+++ b/tests/integration/test_mongodb.py
@@ -4,7 +4,13 @@ import pytest
from pymongo import MongoClient
from requests_cache._utils import get_valid_kwargs
-from requests_cache.backends import GridFSCache, GridFSPickleDict, MongoCache, MongoDict, MongoPickleDict
+from requests_cache.backends import (
+ GridFSCache,
+ GridFSPickleDict,
+ MongoCache,
+ MongoDict,
+ MongoPickleDict,
+)
from tests.conftest import fail_if_no_connection
from tests.integration.base_cache_test import BaseCacheTest
from tests.integration.base_storage_test import BaseStorageTest