run pre-commit

black adds some blank lines
This commit is contained in:
Min RK
2024-01-30 14:32:25 +01:00
parent 32dfe70a01
commit 55213f6f53
79 changed files with 93 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
Implements OAuth handshake manually
so all URLs and requests necessary for OAuth with JupyterHub should be in one place
"""
import json
import os
from urllib.parse import urlencode, urlparse