Skip to content

Commit b9f3016

Browse files
committed
refactor: logging when init Gungnir;
1 parent cde042f commit b9f3016

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pypots/gungnir/client.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
from ..utils.logging import logger
99

10-
logger.info(
11-
"The functionalities of client Gungnir have not been implemented yet,\n"
12-
"which will be updated later 2024 once our close beta test is ready.\n"
13-
"AI for real-world time series is coming. 🚀 Stay tuned please! https://time-series.ai"
14-
)
15-
1610

1711
class TimeSeriesAI:
1812
def __init__(self):
@@ -22,3 +16,8 @@ def __init__(self):
2216
class Gungnir(TimeSeriesAI):
2317
def __init__(self):
2418
super().__init__()
19+
logger.info(
20+
"The functionalities of client Gungnir have not been implemented yet,\n"
21+
"which will be updated later 2024 once our close beta test is ready.\n"
22+
"AI for real-world time series is coming. 🚀 Stay tuned please! https://time-series.ai"
23+
)

0 commit comments

Comments
 (0)