-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update server to match sdk interface for modular checks
- Loading branch information
1 parent
3c12155
commit 6f8a21e
Showing
9 changed files
with
340 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
from rebuff._version import __version__ | ||
|
||
from .rebuff import ( | ||
ApiFailureResponse, | ||
DetectApiRequest, | ||
DetectApiSuccessResponse, | ||
DetectResponse, | ||
Rebuff, | ||
TacticName, | ||
TacticOverride, | ||
TacticResult, | ||
) | ||
|
||
from .sdk import RebuffSdk, RebuffDetectionResponse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.