fix: python < 3.10 error
parent
8caf245b80
commit
19d1bf9ca4
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import atexit
|
||||
import re
|
||||
import shlex
|
||||
|
|
|
|||
Loading…
Reference in New Issue