Skip to content

Commit

Permalink
Merge pull request #62 from hitblast/actions/ruff
Browse files Browse the repository at this point in the history
🎨 Automated formatting errors fix
  • Loading branch information
hitblast authored Aug 11, 2024
2 parents 03dbdcf + 55e71a8 commit 549d73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ def reverse(*texts: str, remap_words: bool = True) -> Union[str, List[str]]:
print(reversed)
```
"""

output = _concurrency_helper(lambda text: _reverse_backend_ext(text, remap_words), texts)
return output[0] if len(output) == 1 else output

0 comments on commit 549d73e

Please sign in to comment.