Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Nov 4, 2020
1 parent 99238aa commit b539cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renault_api/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import asyncio
import functools
import logging
from typing import Dict, Optional
from typing import Dict
from typing import Optional

from aiohttp import ClientSession
from aiohttp.client_exceptions import ClientResponseError
Expand Down

0 comments on commit b539cfb

Please sign in to comment.