1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-24 16:28:30 -05:00

Removed unused import (using os over pathlib)

This commit is contained in:
Rain Clark 2019-03-04 21:09:47 -05:00
parent 7a5bbe4183
commit 23d5eb5fb0

View File

@ -11,7 +11,6 @@ import os
import platform
import sys
import zipfile
from pathlib import Path
from shutil import rmtree
from urllib.request import urlretrieve