Commit 5f7313f8 authored by Dr.李's avatar Dr.李

added more type

parent d973619a
......@@ -114,7 +114,7 @@ class Universe(object):
)
@classmethod
def load(cls, universe_desc):
def load(cls, universe_desc: dict):
name = universe_desc['name']
base_universe = universe_desc['base_universe']
exclude_universe = universe_desc['exclude_universe']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment