Skip to content

Commit 7eee132

Browse files
committed
Add missing pymongo import
1 parent 3be0457 commit 7eee132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_context_managers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import unittest
55
from threading import Thread
66

7+
import pymongo
78
import pytest
89
from bson import DBRef
910

0 commit comments

Comments
 (0)