We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54947bb commit 7d76b3cCopy full SHA for 7d76b3c
1 file changed
example.py
@@ -11,7 +11,8 @@
11
12
13
async def main():
14
- with aiohttp.ClientSession() as session:
+ """Sample code to retrieve the data."""
15
+ async with aiohttp.ClientSession() as session:
16
data = Luftdaten(155, loop, session)
17
await data.async_get_data()
18
0 commit comments