Merge pull request #24262 from mnesarco/pyi-fixes-1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
from Base.Metadata import export
|
||||
@@ -19,6 +23,7 @@ class StepShape(PyObjectBase):
|
||||
"""
|
||||
|
||||
def read(self) -> Any:
|
||||
"""method read()
|
||||
Read a STEP file into memory and make it accessible"""
|
||||
"""
|
||||
Read a STEP file into memory and make it accessible
|
||||
"""
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user