Skip to content

Commit 659ef91

Browse files
committed
chore: correct ruff format for old commits I pulled in.
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 4b3881a commit 659ef91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/pkgcore/ebuild/domain.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,9 @@ def f(r, v):
573573
((packages.AlwaysTrue, default_keys),), (f(*i) for i in accept_keywords)
574574
)
575575
else:
576-
data = non_incremental_collapsed_restrict_to_data(((packages.AlwaysTrue, default_keys),), accept_keywords)
576+
data = non_incremental_collapsed_restrict_to_data(
577+
((packages.AlwaysTrue, default_keys),), accept_keywords
578+
)
577579

578580
return delegate(partial(self._apply_keywords_filter, data))
579581

src/pkgcore/ebuild/profiles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"ENV_UNSET",
4646
)
4747

48+
4849
class ProfileError(errors.ParsingError):
4950
def __init__(self, path, filename, error):
5051
self.path, self.filename, self.error = path, filename, error

0 commit comments

Comments
 (0)