From d1fc311bfab41ee70394bf35bb718df798c6d0c6 Mon Sep 17 00:00:00 2001 From: Yurii Paniv Date: Fri, 26 Apr 2024 00:18:29 +0300 Subject: [PATCH] Apply black formatter --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 870d786..8472047 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,6 @@ "num2words @ git+https://github.com/savoirfairelinux/num2words.git@3e39091d052829fc9e65c18176ce7b7ff6169772", "ukrainian-word-stress==1.1.0", "ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c", - "stanza==1.7", #for ukrainian-word-stress + "stanza==1.7", # for ukrainian-word-stress ], )