From e54e09dfcba1ec09f047efc0c60b7cb7c5810c0c Mon Sep 17 00:00:00 2001 From: rany2 Date: Wed, 4 Jan 2023 23:53:06 +0200 Subject: [PATCH] Add newline for edge_tts __init__.py --- src/edge_tts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/__init__.py b/src/edge_tts/__init__.py index 24b4e77..37e0709 100644 --- a/src/edge_tts/__init__.py +++ b/src/edge_tts/__init__.py @@ -4,4 +4,4 @@ __init__ for edge_tts from .communicate import Communicate from .list_voices import list_voices, VoicesManager -from .submaker import SubMaker \ No newline at end of file +from .submaker import SubMaker