Missing code block language (#3962)

This commit is contained in:
Kallan Gerard 2021-05-26 19:28:22 +08:00 committed by GitHub
parent d635c78bd1
commit 75730e6f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,7 @@ def test_create_bucket(s3):
If you use [`unittest`](https://docs.python.org/3/library/unittest.html) to run tests, and you want to use `moto` inside `setUp` or `setUpClass`, you can do it with `.start()` and `.stop()` like:
```
```python
import unittest
from moto import mock_s3
import boto3