Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 8a8d940 commit a4047a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "Bluetooth-Devices",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 80,
"commit": true,
"commitConvention": "angular",
Expand Down
1 change: 1 addition & 0 deletions src/tilt_ble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Parser for Inkbird BLE advertisements."""

from __future__ import annotations

from sensor_state_data import (
Expand Down
1 change: 0 additions & 1 deletion src/tilt_ble/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@


class TiltBluetoothDeviceData(BluetoothData):

"""Data update for Tilt Bluetooth devices"""

def _start_update(self, service_info: BluetoothServiceInfo) -> None:
Expand Down

0 comments on commit a4047a2

Please sign in to comment.