We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde042f commit b9f3016Copy full SHA for b9f3016
pypots/gungnir/client.py
@@ -7,12 +7,6 @@
7
8
from ..utils.logging import logger
9
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
-
16
17
class TimeSeriesAI:
18
def __init__(self):
@@ -22,3 +16,8 @@ def __init__(self):
22
class Gungnir(TimeSeriesAI):
23
24
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"
+ "AI for real-world time series is coming. 🚀 Stay tuned please! https://time-series.ai"
+ )
0 commit comments