chore: flake8

This commit is contained in:
psychedelicious 2023-10-27 14:49:07 -05:00
parent b6c259ab92
commit 859e3d5a61
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
from .model_manager_default import ModelManagerService from .model_manager_default import ModelManagerService # noqa F401

View File

@ -9,7 +9,7 @@ import curses
import sys import sys
from argparse import Namespace from argparse import Namespace
from pathlib import Path from pathlib import Path
from typing import List, Optional from typing import List
import npyscreen import npyscreen
from npyscreen import widget from npyscreen import widget