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

Commit f07a8e3

Browse files
committed
Fixes import statement order (flake8)
1 parent e12b2d7 commit f07a8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcheck_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import argparse
88
import collections
99
import os
10-
import sys
1110
from datetime import datetime
11+
import sys
1212
from socket import gethostname
1313
from typing import Dict, List # noqa: F401
1414
from xml.etree import ElementTree

0 commit comments

Comments
 (0)