Skip to content

Commit b79f8ca

Browse files
committed
lint fix
1 parent 8a3133b commit b79f8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
OTHER
2222
"""
23-
DEFAULT_USER_AGENT = ("27.0ANDROID_28373244")
23+
DEFAULT_USER_AGENT = "27.0ANDROID_28373244"
2424
DEVICE_ID = "Blinkpy"
2525
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"
2626
DEFAULT_MOTION_INTERVAL = 1

0 commit comments

Comments
 (0)