Skip to content

Commit

Permalink
Merge pull request #341 from specklesystems/gergo/fixtures_no_init
Browse files Browse the repository at this point in the history
fix: remove fixtures from automate exports
  • Loading branch information
gjedlicska authored Jun 7, 2024
2 parents 3b5421a + 43a5302 commit 62c5114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/speckle_automate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""This module contains an SDK for working with Speckle Automate."""
from speckle_automate import fixtures

from speckle_automate.automation_context import AutomationContext
from speckle_automate.runner import execute_automate_function, run_function
from speckle_automate.schema import (
Expand All @@ -21,5 +21,4 @@
"ObjectResultLevel",
"run_function",
"execute_automate_function",
"fixtures",
]

0 comments on commit 62c5114

Please sign in to comment.