Remove unused library imports

This commit is contained in:
Hoang Hong Quan
2024-08-17 16:39:05 +07:00
parent e15130dc6b
commit 0c8d24e7c4
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ import re
import tempfile
import shutil
import sys
import subprocess
class ACPIGuru:
def __init__(self):

View File

@@ -1,6 +1,5 @@
from Scripts import resource_fetcher
from Scripts import utils
import os
class Github:
def __init__(self):