Skip to content

Commit 8559f51

Browse files
committed
MAINT: remove unnecessary type hint
1 parent 882f3ad commit 8559f51

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
@@ -624,7 +624,6 @@ class Project():
624624
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
625625
'version',
626626
]
627-
_metadata: pyproject_metadata.StandardMetadata
628627

629628
def __init__(
630629
self,

0 commit comments

Comments
 (0)