Skip to content

Commit 1198728

Browse files
authored
docs: fix linting issue on the readme
Signed-off-by: Michael Beemer <[email protected]>
1 parent 95b33b3 commit 1198728

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ class MyProvider(AbstractProvider):
411411

412412
Providers can also be extended to support async functionality.
413413
To support add asynchronous calls to a provider:
414-
* Implement the `AbstractProvider` as shown above.
415-
* Define asynchronous calls for each data type.
414+
415+
- Implement the `AbstractProvider` as shown above.
416+
- Define asynchronous calls for each data type.
416417

417418
```python
418419
class MyProvider(AbstractProvider):

0 commit comments

Comments
 (0)