Skip to content

Commit

Permalink
Drop total=False
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 19, 2024
1 parent 7e3465b commit 08fc194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packaging/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class UndefinedEnvironmentName(ValueError):
"""


class Environment(TypedDict, total=False):
class Environment(TypedDict):
implementation_name: str
"""The implementation's identifier, e.g. ``'cpython'``."""

Expand Down

0 comments on commit 08fc194

Please sign in to comment.