none should be None

This commit is contained in:
Triston Armstrong 2021-09-21 10:28:38 -05:00
parent dd2a849164
commit 01844b188a

View File

@ -32,7 +32,7 @@ class MESet():
""" """
Objects: list[object] = [] Objects: list[object] = []
def __init__(self, Objects: list[object]) -> none: def __init__(self, Objects: list[object]) -> None:
""" MESet class constructor. """ MESet class constructor.
Arguments: Arguments: