Commit 4ca78fc
committed
Drop use of walrus operator
The walrus operator (`:=`) was introduced in Python 3.8, the use of it
in the `2.9` branch breaks python 3.6 compatibility which is the version
used in Ubuntu 18.04 (Bionic).
https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions1 parent 4172626 commit 4ca78fc
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments