Skip to content

Commit

Permalink
Integration with GH-1045
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic committed Jul 25, 2024
1 parent 6f77d54 commit 4916e31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions exporter/SynthesisFusionAddin/src/TypesTmp.py

This file was deleted.

2 changes: 1 addition & 1 deletion exporter/SynthesisFusionAddin/src/UI/GamepieceConfigTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ..Logging import logFailure
from ..Parser.ExporterOptions import ExporterOptions, Gamepiece, PreferredUnits
from ..TypesTmp import toKg, toLbs
from ..Types import toKg, toLbs
from . import IconPaths
from .CreateCommandInputsHelper import (
createBooleanInput,
Expand Down
2 changes: 1 addition & 1 deletion exporter/SynthesisFusionAddin/src/UI/GeneralConfigTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ExportMode,
PreferredUnits,
)
from ..TypesTmp import KG, toKg, toLbs
from ..Types import KG, toKg, toLbs
from . import IconPaths
from .CreateCommandInputsHelper import createBooleanInput, createTableInput
from .GamepieceConfigTab import GamepieceConfigTab
Expand Down

0 comments on commit 4916e31

Please sign in to comment.