Skip to content

Commit 4efe87a

Browse files
chore(pre-commit.ci): auto fixes
1 parent a9a52bb commit 4efe87a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.all-contributorsrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"projectOwner": "bluetooth-devices",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"files": [
7-
"README.md"
8-
],
6+
"files": ["README.md"],
97
"imageSize": 80,
108
"commit": true,
119
"commitConvention": "angular",

src/thermopro_ble/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Parser for ThermoPro BLE advertisements."""
2+
23
from __future__ import annotations
34

45
from sensor_state_data import (

src/thermopro_ble/parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
66
MIT License applies.
77
"""
8+
89
from __future__ import annotations
910

1011
import logging

0 commit comments

Comments
 (0)