Skip to content

Commit

Permalink
fix auth.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npalaska committed Feb 9, 2023
1 parent 112bc60 commit b9a9992
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/pbench/server/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
import jwt

from pbench.server import PbenchServerConfig
from pbench.server.auth import (
InternalUser,
OpenIDClient,
OpenIDTokenInvalid,
)
from pbench.server.auth import InternalUser, OpenIDClient, OpenIDTokenInvalid
from pbench.server.database.models.active_tokens import ActiveTokens
from pbench.server.database.models.users import User

Expand Down

0 comments on commit b9a9992

Please sign in to comment.