Skip to content

Commit 1cb5a6f

Browse files
authored
Include the import line in the README example
Minor enhancement to give a more complete picture on how to use the library.
1 parent 0de34b1 commit 1cb5a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Python 3.6+ is required for it to work.
1111
## Usage
1212

1313
```python
14+
from mockfirestore import MockFirestore
15+
1416
db = firestore.Client()
1517
mock_db = MockFirestore()
1618

0 commit comments

Comments
 (0)