You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of carbon removal project, currently available project types are Biomass, Dac, Forestry, Mineralization, Ocean, Soil. # noqa: E501
233
+
The type of carbon removal project, currently available project types are Biomass, Dac, Forestry, Mineralization, Ocean, Renewables, Soil. # noqa: E501
234
234
235
235
:return: The type of this Project. # noqa: E501
236
236
:rtype: str
@@ -241,7 +241,7 @@ def type(self):
241
241
deftype(self, type):
242
242
"""Sets the type of this Project.
243
243
244
-
The type of carbon removal project, currently available project types are Biomass, Dac, Forestry, Mineralization, Ocean, Soil. # noqa: E501
244
+
The type of carbon removal project, currently available project types are Biomass, Dac, Forestry, Mineralization, Ocean, Renewables, Soil. # noqa: E501
245
245
246
246
:param type: The type of this Project. # noqa: E501
0 commit comments