Skip to content

Commit 6e074b8

Browse files
committed
Restore satosa.internal_data compatibility
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 6064d86 commit 6e074b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/satosa/internal_data.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
import warnings as _warnings
22

3+
from satosa.internal import InternalData
4+
from satosa.internal import AuthenticationInformation
5+
from satosa.deprecated import UserIdHashType
6+
from satosa.deprecated import UserIdHasher
7+
from satosa.deprecated import InternalRequest
8+
from satosa.deprecated import InternalResponse
9+
310

411
_warnings.warn(
512
"internal_data is deprecated; use satosa.internal instead.",

0 commit comments

Comments
 (0)