Skip to content

Commit

Permalink
fix: qualifiers type annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
  • Loading branch information
jhoward-lm committed Oct 22, 2024
1 parent 16bd3a2 commit 249f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packageurl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class PackageURL(

name: str
namespace: Optional[str]
qualifiers: Union[str, Dict[str, str], None]
qualifiers: Dict[str, str]
subpath: Optional[str]
type: str
version: Optional[str]
Expand Down

0 comments on commit 249f323

Please sign in to comment.