Setup: clean up imports

This commit is contained in:
Fabian Dill 2023-03-06 12:54:32 +01:00
parent 227d59ecfb
commit 8ca25fed63
1 changed files with 4 additions and 3 deletions

View File

@ -11,12 +11,13 @@ import urllib.request
import io
import json
import threading
import platform
import subprocess
import pkg_resources
from collections.abc import Iterable
from hashlib import sha3_512
from pathlib import Path
import subprocess
import pkg_resources
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try: