Skip to content

Commit

Permalink
Reformat file following linting conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Aug 2, 2024
1 parent 43379fb commit 9740fbe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion python/spacewalk/server/importlib/debPackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@
class debBinaryPackage(headerSource.rpmBinaryPackage):
# pylint: disable-next=dangerous-default-value
def __init__(
self, header, size, checksum_type, checksum, path=None, org_id=None, channels=[], remote_path=None
self,
header,
size,
checksum_type,
checksum,
path=None,
org_id=None,
channels=[],
remote_path=None,
):
headerSource.rpmBinaryPackage.__init__(self)

Expand Down

0 comments on commit 9740fbe

Please sign in to comment.