Skip to content

Commit 71a12eb

Browse files
Added value to all states
1 parent 79a4f0e commit 71a12eb

File tree

64 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+65
-65
lines changed

classifiers/llm/gpt_classifier/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=168,
1212
tabler_icon="MoodHappy",
1313
min_refinery_version="1.8.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/lookup_lists/lookup_list/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_config():
1010
issue_id=26,
1111
tabler_icon="ClipboardList",
1212
min_refinery_version="1.7.0",
13-
state=State.PUBLIC,
13+
state=State.PUBLIC.value,
1414
gdpr_compliant="True",
1515
type="python_function",
1616
kern_token_proxy_usable="False",

classifiers/similarity/cosine_similarity/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=79,
1212
tabler_icon="WaveSine",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/text_analysis/emotionality_detection/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=97,
1212
tabler_icon="MoodSad2",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/text_analysis/language_detection/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=1,
1212
tabler_icon="AlphabetGreek",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/text_analysis/profanity_detection/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=-128,
1212
tabler_icon="MoodWrrr",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/text_analysis/sentence_complexity/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=2,
1212
tabler_icon="Abacus",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

classifiers/text_analysis/textblob_subjectivity/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=28,
1212
tabler_icon="Books",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

extractors/codes/color_code_extraction/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=60, # you need to look this up in the issues https://github.com/code-kern-ai/bricks/issues
1212
tabler_icon="ColorSwatch",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC, # make this State.PUBLIC when you are ready to publish
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

extractors/codes/stock_ticker_extraction/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_config():
1111
issue_id=156,
1212
tabler_icon="ChartLine",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC,
14+
state=State.PUBLIC.value,
1515
gdpr_compliant="True",
1616
type="python_function",
1717
kern_token_proxy_usable="False",

0 commit comments

Comments
 (0)