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

Commit 92fb18c

Browse files
committed
Fix import order.
1 parent 504a0dc commit 92fb18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cppcheck_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
import argparse
88
import collections
9-
from typing import Dict, List # noqa
109
import os
1110
import sys
11+
from typing import Dict, List # noqa: F401
1212
from xml.etree import ElementTree
1313

1414
from exitstatus import ExitStatus

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flake8<3.0.0
1+
flake8>=3.0.3
22
pep8-naming
33
flake8-quotes
44
flake8-import-order

0 commit comments

Comments
 (0)