build fixes
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import logging
|
||||
from cpu_governor_auto_adjust.logger import getLogger
|
||||
from pathlib import Path
|
||||
from lxml import etree
|
||||
from functools import cached_property, lru_cache
|
||||
from arguments import ArgumentsParser
|
||||
from typing import NamedTuple, Optional, Any
|
||||
from collections import OrderedDict
|
||||
import xmltodict
|
||||
|
||||
from cpu_governor_auto_adjust.arguments import ArgumentsParser
|
||||
from cpu_governor_auto_adjust.logger import getLogger
|
||||
|
||||
|
||||
class TriggerTuple(NamedTuple):
|
||||
name: str
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user