improv: black

This commit is contained in:
Klemek
2021-07-13 18:07:44 +02:00
parent 8f4f09bb86
commit 20e4c05cc5
2 changed files with 28 additions and 18 deletions
+6 -2
View File
@@ -14,9 +14,13 @@ from utils import generate_help
class FrequencyScanner(Scanner):
@staticmethod
def help() -> str:
return generate_help("freq", "(BETA) Show frequency-related statistics", args=[
return generate_help(
"freq",
"(BETA) Show frequency-related statistics",
args=[
"graph - plot hours of week",
],)
],
)
def __init__(self):
super().__init__(