From 16c973bec874968c6f9525bdf5a13722a4004b4d Mon Sep 17 00:00:00 2001 From: Rany Date: Sat, 9 Nov 2024 10:46:23 +0200 Subject: [PATCH] Fix CI (#308) Signed-off-by: rany --- src/edge_tts/drm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/drm.py b/src/edge_tts/drm.py index cee0f03..c8ce98c 100644 --- a/src/edge_tts/drm.py +++ b/src/edge_tts/drm.py @@ -1,7 +1,7 @@ """This module contains functions for generating the Sec-MS-GEC and Sec-MS-GEC-Version tokens.""" -from datetime import datetime, timezone import hashlib +from datetime import datetime, timezone from .constants import CHROMIUM_FULL_VERSION, TRUSTED_CLIENT_TOKEN