Archived
1
1
Fork 0

"fix" linting; ignore length of util imports

This commit is contained in:
Josh Lay 2023-04-25 01:23:03 -05:00
parent 4c626ef8f7
commit 15392ff425
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -23,7 +23,7 @@ from textual.reactive import reactive
from textual.screen import Screen
from textual.widgets import Header, Footer, Static, TextLog, Label
from .utils import CARD, SRC_FILES, TEMP_FILES, format_frequency, get_core_stats, get_fan_stats, get_power_stats, get_temp_stats
from .utils import CARD, SRC_FILES, TEMP_FILES, format_frequency, get_core_stats, get_fan_stats, get_power_stats, get_temp_stats # noqa
class LogScreen(Screen):