small updates
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
import argparse
|
||||
from argparse import Namespace
|
||||
from functools import cached_property
|
||||
|
||||
class ArgumentsParser:
|
||||
@cached_property
|
||||
def parser(self):
|
||||
def parser(self) -> Namespace:
|
||||
parser = argparse.ArgumentParser(
|
||||
prog=__file__,
|
||||
description='Trigger based CPU governor auto adjust program.',
|
||||
|
||||
Reference in New Issue
Block a user