Commit 3b326db
fix:
- `sre_constants` is deprecated, the import statement was updated
accordingly
### Description
The `re` module sources are being reorganized, see more information:
python/cpython#91308
Small fix accommodates changes for all python versions.
Co-authored-by: Johannes Köster <[email protected]>sre_constants import because of deprecation (#2139)1 parent d93f091 commit 3b326db
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments