Skip to content

Commit f190f4b

Browse files
Format code with autopep8 (#68)
This commit fixes the style issues introduced in bcdf1cb according to the output from autopep8. Details: https://deepsource.io/gh/HandyHat/ha-hildebrandglow-dcc/transform/65ea7c95-7a38-4338-a225-a339f4317ef7/ Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent bcdf1cb commit f190f4b

File tree

1 file changed

+1
-1
lines changed
  • custom_components/hildebrandglow_dcc

1 file changed

+1
-1
lines changed

custom_components/hildebrandglow_dcc/glow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, app_id: str, token: str):
2323
"""Create an authenticated Glow object."""
2424
self.app_id = app_id
2525
self.update_token(token)
26-
self.http = requests.Session()
26+
self.http = requests.Session()
2727

2828
@classmethod
2929
def update_token(cls, value):

0 commit comments

Comments
 (0)