Skip to content
Snippets Groups Projects
Commit ca80b621 authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Fix E302 (2 blank lines before functions)

parent 222970eb
No related branches found
No related tags found
1 merge request!3Merge changes for new OBS from obs-api branch
...@@ -8,6 +8,7 @@ import osc.conf ...@@ -8,6 +8,7 @@ import osc.conf
import osc.core import osc.core
import osc.cmdln import osc.cmdln
@osc.cmdln.option('-n', '--dry-run', action="store_true", @osc.cmdln.option('-n', '--dry-run', action="store_true",
help="Do not actually run anything but output the resulting XML configuration") help="Do not actually run anything but output the resulting XML configuration")
@osc.cmdln.option('--remove-old', action="store_true", default=False, @osc.cmdln.option('--remove-old', action="store_true", default=False,
......
...@@ -8,6 +8,7 @@ import osc.conf ...@@ -8,6 +8,7 @@ import osc.conf
import osc.core import osc.core
import osc.cmdln import osc.cmdln
@osc.cmdln.option('-n', '--dry-run', action="store_true", @osc.cmdln.option('-n', '--dry-run', action="store_true",
help="Do not actually run anything but output the resulting XML configuration") help="Do not actually run anything but output the resulting XML configuration")
@osc.cmdln.option('--remove-old', action="store_true", default=False, @osc.cmdln.option('--remove-old', action="store_true", default=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment