Skip to content

Commit 06fe732

Browse files
committed
Added missing type hint.
1 parent 0544e19 commit 06fe732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyEDAA/ProjectModel/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ class FileSet(metaclass=ExtendedType, slots=True):
643643
_parent: Nullable['FileSet']
644644
_fileSets: Dict[str, 'FileSet']
645645
_files: List[File]
646+
_set: Set
646647
_attributes: Dict[Type[Attribute], typing_Any]
647648
_vhdlLibraries: Dict[str, 'VHDLLibrary']
648649
_vhdlLibrary: 'VHDLLibrary'

0 commit comments

Comments
 (0)