Skip to content

Commit

Permalink
Automated code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: zYxDevs <[email protected]>
  • Loading branch information
zYxDevs authored and zYxDevs committed Sep 12, 2023
1 parent 4869884 commit 8e6c4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wibuapi/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import aiohttp


async def getwibu(url: str, timeout: int):
async with aiohttp.ClientSession() as session:
async with session.get(url, timeout=timeout) as response:
Expand Down

0 comments on commit 8e6c4a0

Please sign in to comment.