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 Jun 20, 2023
1 parent 51e6a7b commit 248c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_nest_thermostat/nest_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import json
import re
import uuid
from collections.abc import Sequence
from datetime import datetime
from typing import Any, Optional
from collections.abc import Sequence

import httpx
from pydantic import BaseModel
Expand Down

0 comments on commit 248c5bf

Please sign in to comment.