Archived
1
1
Fork 0

tui: -pascalcase linting for name required by Textual

This commit is contained in:
Josh Lay 2023-05-05 18:54:16 -05:00
parent bea5893d68
commit 40a7fa2b07
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -177,7 +177,7 @@ class GPUStatsWidget(Static):
self.table_needs_init = False
class app(App):
class app(App): # pylint: disable=invalid-name
"""Textual-based tool to show AMDGPU statistics."""
# apply stylesheet; this is watched/dynamically reloaded