Remove deprecated asyncio coroutine decorator

This commit is contained in:
Franck Nijhof
2021-03-03 11:48:49 +01:00
parent f806cc01d3
commit adaa2dcad5
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ also includes client implementation to directly read and parse smart meter data.
Features
--------
DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.4, 3.5 and 3.6.
DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.5, 3.6, 3.7. 3.8 and 3.9.
Client module usage