Skip to content

Commit e492728

Browse files
Merge pull request #370 from code-kern-ai/address-extraction-update
Changing address extraction to draft, as it needs to be reworked
2 parents b1a8392 + d6957fb commit e492728

File tree

1 file changed

+1
-1
lines changed
  • extractors/personal_identifiers/address_extraction

1 file changed

+1
-1
lines changed

extractors/personal_identifiers/address_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=62,
1212
tabler_icon="AddressBook",
1313
min_refinery_version="1.7.0",
14-
state=State.PUBLIC.value,
14+
state=State.DRAFT.value,
1515
type="python_function",
1616
available_for=["refinery", "common"],
1717
part_of_group=[

0 commit comments

Comments
 (0)