Skip to content

Commit

Permalink
Added missing type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 13, 2023
1 parent 0544e19 commit 06fe732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyEDAA/ProjectModel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ class FileSet(metaclass=ExtendedType, slots=True):
_parent: Nullable['FileSet']
_fileSets: Dict[str, 'FileSet']
_files: List[File]
_set: Set
_attributes: Dict[Type[Attribute], typing_Any]
_vhdlLibraries: Dict[str, 'VHDLLibrary']
_vhdlLibrary: 'VHDLLibrary'
Expand Down

0 comments on commit 06fe732

Please sign in to comment.