Extra validation of the uploaded ZIP #73
@ -1,5 +1,3 @@
|
|||||||
import typing
|
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import hashlib
|
import hashlib
|
||||||
import io
|
import io
|
||||||
@ -7,6 +5,7 @@ import logging
|
|||||||
import mimetypes
|
import mimetypes
|
||||||
import os
|
import os
|
||||||
import toml
|
import toml
|
||||||
|
import typing
|
||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
|
Loading…
Reference in New Issue
Block a user