Commit 3b9b6e3
committed
python: add novermin comment to tomllib import
Problem: tomllib is included on Python 3.11 and newer versions and
is loaded when available. This can cause a vermin check failure
because the minimum required version for flux-core is 3.6.
Add a "novermin" comment to pass the vermin check. Add a small comment
to explain code as well.1 parent 2045282 commit 3b9b6e3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments