update order of standard grouping for lint

This commit is contained in:
James Stine 2025-04-08 17:10:43 -05:00
parent 91e2c150e2
commit 4f09d5a5d2

View file

@ -31,10 +31,10 @@
## and limitations under the License.
################################################################################################
from collections import Counter
import re
import subprocess
import sys
import re
from collections import Counter
def disassemble_elf(elf_path):
try: