Skip to content
Snippets Groups Projects
Commit ff160de8 authored by Martin's avatar Martin
Browse files

fix linting

parent b0dfcdb6
No related branches found
No related tags found
1 merge request!140Resolve "Support confidence in create_transcription_entity helper"
Pipeline #78876 passed
......@@ -82,7 +82,9 @@ class EntityMixin(object):
return entity["id"]
def create_transcription_entity(self, transcription, entity, offset, length, confidence=None):
def create_transcription_entity(
self, transcription, entity, offset, length, confidence=None
):
"""
Create a link between an existing entity and an existing transcription through API
"""
......
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