Skip to content

Commit 11a1b24

Browse files
committed
Correct indent
1 parent 37c6cc6 commit 11a1b24

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scaleapi/__init__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
from .tasks import Task
55

66
TASK_TYPES = [
7-
'categorization',
8-
'transcription',
9-
'phonecall',
10-
'comparison',
11-
'annotation',
12-
'polygonannotation',
13-
'lineannotation',
14-
'datacollection',
15-
'audiotranscription',
16-
'pointannotation',
17-
'segmentannotation'
7+
'categorization',
8+
'transcription',
9+
'phonecall',
10+
'comparison',
11+
'annotation',
12+
'polygonannotation',
13+
'lineannotation',
14+
'datacollection',
15+
'audiotranscription',
16+
'pointannotation',
17+
'segmentannotation'
1818
]
1919
SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/'
2020
DEFAULT_LIMIT = 100

0 commit comments

Comments
 (0)