Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Jul 31, 2023
1 parent 51eb1ef commit 1e6d341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"anytree >= 2.8.0, <3",
"ezdxf >= 1.0.0, < 2",
"numpy-stl >= 3.0.0, <4",
"ipython"
"ipython >= 8.0.0, <9"
]

[tool.setuptools.packages.find]
Expand Down
3 changes: 0 additions & 3 deletions tests/test_direct_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,9 +2335,6 @@ def test_to_axis(self):
Edge.make_circle(1, end_angle=30).to_axis()


from ocp_vscode import *


class TestShape(DirectApiTestCase):
"""Misc Shape tests"""

Expand Down

0 comments on commit 1e6d341

Please sign in to comment.