Removed unused import statement for 're' module.

This commit is contained in:
Paul Gauthier 2024-05-20 08:56:30 -07:00
parent a115e594c0
commit ce5dabd5f1

View file

@ -3,7 +3,6 @@ import subprocess
import sys
import traceback
import warnings
import re
from dataclasses import dataclass
from pathlib import Path