We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4004fe5 commit 7ba4e11Copy full SHA for 7ba4e11
1 file changed
custom_components/canvas_student/config_flow.py
@@ -8,7 +8,7 @@ class CanvasConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
8
9
VERSION = 1
10
11
- async def _validate_canvas_connection(self, base_url, token)
+ async def _validate_canvas_connection(self, base_url, token):
12
try:
13
async with aiohttp.ClientSession() as session:
14
headers = {"Authorization": f"Bearer {token}"}
0 commit comments