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 Dec 18, 2023
1 parent 85da02d commit d61c68c
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 d61c68c

Please sign in to comment.