None pizza with left beef

This commit is contained in:
Isaiah Odhner 2023-07-15 18:30:33 -04:00
parent 16f4bc0a88
commit f50aef18e7

View File

@ -1273,7 +1273,7 @@ class Inspector(Container):
picking = var(False)
"""Whether the user is picking a widget to inspect."""
def __init__(self):
def __init__(self) -> None:
"""Initialise the inspector."""
super().__init__()