Skip to content

Commit cc6f672

Browse files
Changed grouping/ parent directory for communication style
1 parent 05da153 commit cc6f672

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

classifiers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from .lookup_lists import lookup_list
1111

12-
from .query_check import (
12+
from .communication_style import (
1313
communication_style_classifier
1414
)
1515

classifiers/query_check/communication_style_classifier/config.py renamed to classifiers/communication_style/communication_style_classifier/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_config():
1414
type="python_function",
1515
available_for=["refinery", "common"],
1616
part_of_group=[
17-
"query_check"
17+
"communication_style"
1818
], # first entry should be parent directory
1919
# bricks integrator information
2020
integrator_inputs={

0 commit comments

Comments
 (0)