update return values

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Edward 2022-12-02 12:14:43 +01:00 committed by GitHub
parent 913992aa3d
commit 2a77705b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ class Underscore:
self._span_id, self._span_id,
) )
else: else:
return ("._.", name, self._start, self._end) return "._.", name, self._start, self._end
@staticmethod @staticmethod
def _replace_keys(old_underscore, new_underscore): def _replace_keys(old_underscore, new_underscore):