8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · pyscript/pyscript@dbfa837 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbfa837

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa8178a commit dbfa837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/alien_signals/system.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ def check_dirty(self, current):
284284
elif (dep_flags & (COMPUTED | PENDING_COMPUTED)) == (
285285
COMPUTED | PENDING_COMPUTED
286286
):
287-
if (current.next_sub is not None) or (current.prev_sub is not None):
287+
if (current.next_sub is not None) or (
288+
current.prev_sub is not None
289+
):
288290
prev_links = Branch(current, prev_links)
289291
current = dep.deps
290292
check_depth += 1

0 commit comments

Comments
 (0)
0