Skip to content

Commit

Permalink
Fix CI (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 authored Nov 9, 2024
1 parent 146b9d1 commit 16c973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/drm.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 16c973b

Please sign in to comment.