mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-01 11:34:58 +02:00
Moved disable warnings to __init__
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
from .themis import Themis
|
||||
import urllib3
|
||||
|
||||
__all__ = ["Themis"]
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
Reference in New Issue
Block a user