← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:apply-pre-commit-run-all-files into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:apply-pre-commit-run-all-files into launchpad:master.

Commit message:
apply pre-commit run --all-files

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410819
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:apply-pre-commit-run-all-files into launchpad:master.
diff --git a/lib/lp/oci/model/ocirecipe.py b/lib/lp/oci/model/ocirecipe.py
index 34a7516..274092d 100644
--- a/lib/lp/oci/model/ocirecipe.py
+++ b/lib/lp/oci/model/ocirecipe.py
@@ -5,6 +5,7 @@
 
 from lp.soyuz.interfaces.binarypackagebuild import BuildSetStatus
 
+
 __all__ = [
     'get_ocirecipe_privacy_filter',
     'OCIRecipe',