Skip to content

Commit

Permalink
Reformatted packageurl/__init__.py with black
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Mar 24, 2023
1 parent 6f38b95 commit 5ac4619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packageurl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ def __new__(
qualifiers: Union[AnyStr, Dict[str, str], None] = None,
subpath: Optional[AnyStr] = None,
) -> "PackageURL": # this should be 'Self' https://github.com/python/mypy/pull/13133

required = dict(type=type, name=name)
for key, value in required.items():
if value:
Expand Down

0 comments on commit 5ac4619

Please sign in to comment.