fix: switches typing to typing_extensions for python3.10 compatibility
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from typing_extensions import Final
|
||||
|
||||
import gzip
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import time
|
||||
from typing import Final
|
||||
|
||||
####################################### constants ######################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user