Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit ef9dd3d

Browse files
committed
Fixes import order (again)
1 parent f07a8e3 commit ef9dd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppcheck_junit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
import argparse
88
import collections
9-
import os
109
from datetime import datetime
11-
import sys
10+
import os
1211
from socket import gethostname
12+
import sys
1313
from typing import Dict, List # noqa: F401
1414
from xml.etree import ElementTree
1515

0 commit comments

Comments
 (0)