Skip to content

Commit 20f2879

Browse files
committed
MAINT: remove unnecessary type hint
1 parent 4b75a7c commit 20f2879

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
@@ -621,7 +621,6 @@ class Project():
621621
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
622622
'version',
623623
]
624-
_metadata: pyproject_metadata.StandardMetadata
625624

626625
def __init__(
627626
self,

0 commit comments

Comments
 (0)