Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2023
1 parent 1f4d6a2 commit 7147f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyatmo/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import asyncio
import logging
from abc import ABC, abstractmethod
from collections.abc import Callable
from json import JSONDecodeError
from time import sleep
from typing import Any, Callable
from typing import Any

import requests
from aiohttp import ClientError, ClientResponse, ClientSession, ContentTypeError
Expand Down

0 comments on commit 7147f93

Please sign in to comment.