Skip to content

Commit 84372ee

Browse files
style: Apply automated code formatting [skip ci]
1 parent dc591fb commit 84372ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
logger = logging.getLogger(__name__)
2525

2626
auth_bp = APIRouter(prefix="/auth")
27-
oauth = OAuth() # type: ignore[no-untyped-call]
27+
oauth = OAuth() # type: ignore[no-untyped-call]
2828

2929

3030
def get_well_known_url(domain: str) -> str:

0 commit comments

Comments
 (0)