Skip to content

Commit

Permalink
dynamo return upper class
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 25, 2024
1 parent 848b138 commit a10a946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APSToolkitPython/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="aps-toolkit",
version="1.0.6",
version="1.0.7",
author="chuong mep",
author_email="[email protected]",
description="A Toolkit Autodesk Platform Services for Python",
Expand Down
2 changes: 1 addition & 1 deletion APSToolkitPython/src/aps_toolkit/PropReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, urn: str = None, token: Token = None, region: str = "US", man
self.units = DisplayUnits()

@classmethod
def read_from_svf(cls, svf_path) -> 'PropReader':
def read_from_svf(cls, svf_path):
"""
Initialize PropReader from svf file
:param svf_path: path to svf file, e.g. "path/to/3D.svf"
Expand Down

0 comments on commit a10a946

Please sign in to comment.