This commit is contained in:
Michael Hunhoff
2021-01-27 18:29:53 -07:00
parent 059ec8f3f2
commit 44c9d6a22b

View File

@@ -16,7 +16,7 @@ class API(Feature):
modname, _, impname = name.rpartition(".")
name = modname.lower() + "." + impname
super(API, self).__init__(name, description)
super(API, self).__init__(name, description=description)
class Number(Feature):