Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2024
1 parent 01d3734 commit 735e2eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jupytercad_freecad/freecad/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ def load(self, base64_content: str) -> None:
self._metadata = fc_file.Meta

# Get GuiData and assign it to the internal attribute
self._guidata = _guidata_to_options(
OfflineRenderingUtils.getGuiData(tmp.name)
)
self._guidata = _guidata_to_options(OfflineRenderingUtils.getGuiData(tmp.name))

# Get objects
self._objects = []
Expand Down

0 comments on commit 735e2eb

Please sign in to comment.