none should be None
This commit is contained in:
parent
dd2a849164
commit
01844b188a
@ -32,7 +32,7 @@ class MESet():
|
||||
"""
|
||||
Objects: list[object] = []
|
||||
|
||||
def __init__(self, Objects: list[object]) -> none:
|
||||
def __init__(self, Objects: list[object]) -> None:
|
||||
""" MESet class constructor.
|
||||
|
||||
Arguments:
|
||||
|
Loading…
Reference in New Issue
Block a user