Forgot to import subprocess

This commit is contained in:
Nexus 2024-01-24 21:24:01 +00:00
parent 5f662c1613
commit ddf559773b

View file

@ -4,6 +4,7 @@ import hashlib
import logging
import tempfile
import textwrap
import subprocess
import typing
from pathlib import Path
from urllib.parse import urlparse