Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 16, 2024
1 parent 2f37921 commit 479a6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mknodes/info/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class PackageContext(Context):
"""A description for the distribution *[Metadata]*"""
authors: dict[str, str] = dataclasses.field(default_factory=dict)
"""All authors of the distribution *[Metadata]*"""
classifiers: list = dataclasses.field(default_factory=list)
classifiers: list[str] = dataclasses.field(default_factory=list)
"""Distribution classifiers *[Metadata]*"""
classifier_map: dict[str, list[str]] = dataclasses.field(default_factory=dict)
"""Distribution classifiers, sorted by category *[Metadata]*"""
Expand Down

0 comments on commit 479a6cf

Please sign in to comment.