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

Commit 2c39a23

Browse files
committed
Suppress flake8 unused import warning.
1 parent dde9916 commit 2c39a23

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
@@ -4,7 +4,7 @@
44

55
import argparse
66
import collections
7-
from typing import Dict, List
7+
from typing import Dict, List # noqa
88
import os
99
import sys
1010
from xml.etree import ElementTree

0 commit comments

Comments
 (0)