Skip to content

Commit

Permalink
馃帹 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2022
1 parent b80753f commit 9c3dda9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_security_oauth2_client_credentials.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from typing import Optional

from fastapi import FastAPI, Security, Depends, HTTPException
from fastapi import FastAPI, Security
from fastapi.security import (
HTTPBasicClientCredentials,
OAuth2ClientCredentials,
OAuth2ClientCredentialsRequestForm,
HTTPClientCredentials,
HTTPBasicClientCredentials,
)
from fastapi.testclient import TestClient

Expand Down

0 comments on commit 9c3dda9

Please sign in to comment.