mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 15:10:15 +01:00
Moved disable warnings to __init__
This commit is contained in:
parent
812f384c3d
commit
514fcd2438
@ -1,3 +1,5 @@
|
|||||||
from .themis import Themis
|
from .themis import Themis
|
||||||
|
import urllib3
|
||||||
|
|
||||||
__all__ = ["Themis"]
|
__all__ = ["Themis"]
|
||||||
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user