Skip to content

Commit 725f54c

Browse files
committed
Removing garbage lines
1 parent 3624621 commit 725f54c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

python_utils/walrus_operator/walrus_operator.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,3 @@ def starts_with_b(name):
6666

6767
any(starts_with_b(city) for city in cities)
6868
all(starts_with_b(city) for city in cities)
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
number = 42
83-
84-
validation_conditions = (
85-
isinstance(number, int),
86-
number % 2 == 0,
87-
)
88-
89-
all(validation_conditions)

0 commit comments

Comments
 (0)