Skip to content

Commit cf4cf45

Browse files
committed
fix(rootfs): remove merge conflict and unnecessary changes.
remove leftovers from merge conflict and test style changes
1 parent 48dbade commit cf4cf45

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/api/models/release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ def save(self, *args, **kwargs): # noqa
427427
changes = 'changed limits for '+', '.join(changes)
428428
self.summary += "{} {}".format(self.config.owner, changes)
429429

430-
<<<<<<< HEAD
431430
# if the lifecycle_post_start hooks changed, log the dict diff
432431
changes = []
433432
old_lifecycle_post_start = old_config.lifecycle_post_start if old_config else {}

rootfs/bin/test-style

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# fail hard and fast even on pipelines
77
set -eou pipefail
88

9-
flake8 --show-source --max-line-length=128
9+
flake8 --show-source

0 commit comments

Comments
 (0)