Commit bbb383e
committed
Fix pynamodb tests for Python < 3.6
PynamoDB 4.4.0 introduced syntax that's only valid on Python >= 3.6
while still claiming to support Python < 3.6.
See pynamodb/PynamoDB#11301 parent 9db6571 commit bbb383e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
0 commit comments