build tweaks

This commit is contained in:
Chuck Driesler
2025-02-13 23:33:57 +00:00
parent 9f1b715def
commit 6723aca9b8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def automate_function(
automate_context.attach_success_to_objects(
category=category,
object_ids=object_ids,
message="Carbon calculations completed successfully for these elements.",
message="Carbon calculations completed successfully for these elements!",
)
for category, object_ids in logger_infos.items():
+2 -2
View File
@@ -1,5 +1,5 @@
from data import ( metal_factors, wood_factors )
from types import ( CarbonData, WoodSupplier )
from .data import ( metal_factors, wood_factors )
from .types import ( CarbonData, WoodSupplier )
__all__ = [
"metal_factors",
+1 -1
View File
@@ -1,6 +1,6 @@
from enum import Enum
from types import WoodSupplier
from .types import WoodSupplier
from src.core.types import ( MetalClass, WoodClass )
"""kgCO2e/kg"""