updated lint cmd descriptions

This commit is contained in:
Paul Gauthier 2024-05-20 09:01:22 -07:00
parent ee516e3958
commit 57a2c61386
3 changed files with 5 additions and 8 deletions

View file

@ -1,9 +1,9 @@
import os
import re
import subprocess
import sys
import traceback
import warnings
import re
from dataclasses import dataclass
from pathlib import Path
@ -205,9 +205,6 @@ def traverse_tree(node):
return errors
import re
def find_filenames_and_linenums(text, fnames):
"""
Search text for all occurrences of <filename>:\\d+ and make a list of them