mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove unused imports
This commit is contained in:
parent
5a02933665
commit
13dae8f04e
1 changed files with 2 additions and 4 deletions
|
|
@ -4,14 +4,12 @@
|
|||
import enlighten
|
||||
import blessed
|
||||
from pathlib import Path
|
||||
import os
|
||||
import platform
|
||||
from zipfile import ZipFile, BadZipFile
|
||||
from typing import Union, Callable, List, Tuple
|
||||
from zipfile import ZipFile
|
||||
from typing import List
|
||||
import hashlib
|
||||
import sys
|
||||
from igniter.bootstrap_repos import OpenPypeVersion
|
||||
import re
|
||||
|
||||
|
||||
class VersionRepacker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue