Skip to content

Commit 4306328

Browse files
committed
MAINT: remove unnecessary type hint
1 parent f2cadf9 commit 4306328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mesonpy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ class Project():
728728
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
729729
'version',
730730
]
731-
_metadata: pyproject_metadata.StandardMetadata
732731

733732
def __init__(
734733
self,

0 commit comments

Comments
 (0)