diff --git a/rcon/gui.py b/rcon/gui.py index f781800..d84af01 100644 --- a/rcon/gui.py +++ b/rcon/gui.py @@ -61,7 +61,7 @@ class RCONParams(NamedTuple): command: Iterable[str] -class GUI(Gtk.Window): # pylint: disable=R0902 +class GUI(Gtk.Window): """A GTK based GUI for RCON.""" def __init__(self, args: Namespace):