From 8ca25fed638c2399724220899b88685032d4feb1 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 6 Mar 2023 12:54:32 +0100 Subject: [PATCH] Setup: clean up imports --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index df2d43ec6a..1d80377f08 100644 --- a/setup.py +++ b/setup.py @@ -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: