Skip to content

Commit

Permalink
fix: CI removed imports from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 23, 2023
1 parent 423efcd commit 4b8cb8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyeudiw/satosa/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@

import satosa.logging_util as lu
from satosa.backends.base import BackendModule
from satosa.exception import (
SATOSABadRequestError,
SATOSANoBoundEndpointError
)
from satosa.exception import SATOSABadRequestError
from satosa.exception import SATOSANoBoundEndpointError
from satosa.internal import InternalData
from satosa.response import Redirect, Response

Expand Down

0 comments on commit 4b8cb8f

Please sign in to comment.