Skip to content
Snippets Groups Projects
Commit 82824a6c authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

linting

parent 661eccd3
No related branches found
No related tags found
1 merge request!139Text orientation in base worker
......@@ -1023,7 +1023,7 @@ def test_create_element_transcriptions(responses, mock_elements_worker):
"text": tr["text"],
"score": tr["score"],
"orientation": tr["orientation"].value,
"polygon": tr["polygon"]
"polygon": tr["polygon"],
}
for tr in TRANSCRIPTIONS_SAMPLE
]
......@@ -1099,7 +1099,7 @@ def test_create_element_transcriptions_with_cache(
"text": tr["text"],
"score": tr["score"],
"orientation": tr["orientation"].value,
"polygon": tr["polygon"]
"polygon": tr["polygon"],
}
for tr in TRANSCRIPTIONS_SAMPLE
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment