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 9eb1249 commit 1ad0887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/kegtron_ble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Parser for Kegtron BLE advertisements."""

from __future__ import annotations

from sensor_state_data import (
Expand Down
1 change: 1 addition & 0 deletions src/kegtron_ble/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
MIT License applies.
"""

from __future__ import annotations

import logging
Expand Down

0 comments on commit 1ad0887

Please sign in to comment.