Skip to content

Commit b0b286c

Browse files
committed
Ignore warning on import for subprocess
1 parent 590949c commit b0b286c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
import shutil
55
import sqlite3
6-
import subprocess
6+
import subprocess # nosec
77
import sys
88
from collections.abc import Iterable
99
from pathlib import Path

0 commit comments

Comments
 (0)