Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit abfb550

Browse files
committed
Added import os
1 parent 499e467 commit abfb550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oidcmsg/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
__author__ = 'Roland Hedberg'
22
__version__ = '1.1.3'
33

4+
import os
5+
46
VERIFIED_CLAIM_PREFIX = '__verified'
57

68

0 commit comments

Comments
 (0)