Skip to content

Commit 437c37b

Browse files
Fix lint
1 parent 068880f commit 437c37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/battery_notes/library_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
_LOGGER = logging.getLogger(__name__)
3434

3535
HEADERS = {
36-
"User-Agent": f"BatteryNotes",
36+
"User-Agent": "BatteryNotes",
3737
"Content-Type": CONTENT_TYPE_JSON,
3838
"Accept-Encoding": "gzip",
3939
}

0 commit comments

Comments
 (0)