Skip to content

Commit fb2cd85

Browse files
committed
Updated __init__.py
1 parent 7764a4b commit fb2cd85

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

dkulib/dku_config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Don't hesitate to check these plugins using the library for more examples :
8686

8787
## Version
8888

89-
- Version: 0.1
89+
- Version: 0.1.1
9090
- State: <span style="color:green">Supported</span>
9191

9292
## Credit

dkulib/dku_config/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
########################################################
2+
# ------------- dkulib.dku_config: 0.1.1 ----------------
3+
4+
# For more information, see https://github.com/dataiku/dss-plugin-dkulib/tree/main/dkulib/dku_config
5+
# Library version: 0.1.1
6+
# Last update: 2020-12-29
7+
# Author: Dataiku (Henri Chabert)
8+
#########################################################
9+
10+
from .custom_check import CustomCheck
11+
from .dku_config import DkuConfig
12+
from .dss_parameter import DSSParameter

dkulib/dku_config/dku_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
from .dss_parameter import DSSParameter
25
from collections.abc import MutableMapping
36
from typing import Any, AnyStr

0 commit comments

Comments
 (0)