convert scripts : fix python 3.8 compatibility
This commit is contained in:
parent
6a9d3c0911
commit
909f6be291
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue