1 parent 2b32d0f commit 98fa99cCopy full SHA for 98fa99c
1 file changed
src/entsoe/config/config.py
@@ -138,13 +138,6 @@ def __init__(
138
security_token = env_token
139
logger.success("Security token loaded from environment.")
140
141
- if security_token is None:
142
- logger.warning(
143
- "Security token not provided. Please provide it explicitly using "
144
- 'entsoe.set_config("<security_token>") or set '
145
- "the ENTSOE_API environment variable."
146
- )
147
-
148
# Validate security token format (UUID)
149
if security_token is not None:
150
try:
0 commit comments