fix linter

This commit is contained in:
Nikolas
2023-12-15 10:37:51 -08:00
parent 5e7f6081ac
commit 4a80f75ffa
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ import logging
from pathlib import Path
import subprocess
import sys
import os
import time
import psutil
from utils import get_score, is_process_running

View File

@@ -1,5 +1,4 @@
"""3dmark test utils"""
import os
from pathlib import Path
import psutil
import xml.etree.ElementTree as ET