Added import statement for regular expressions in linter module.

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

View file

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