Skip to content

Commit b4bc06b

Browse files
committed
MAINT: remove unnecessary type hint
1 parent 8c595bc commit b4bc06b

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)