Skip to content

Commit

Permalink
Make the changes PEP8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Aug 17, 2022
1 parent 509e465 commit bf44633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5464,9 +5464,9 @@ def copy_pac(src_apiurl, src_project, src_package,
comment = None,
force_meta_update = None,
keep_link = None,
make_origin_older=False,
with_history=False,
with_binaries=False):
make_origin_older = False,
with_history = False,
with_binaries = False):
"""
Create a copy of a package.
Expand Down

0 comments on commit bf44633

Please sign in to comment.