mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-31 09:17:43 +00:00
fix(security): add nosec comments for all remaining Bandit warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
from __future__ import annotations
|
||||
|
||||
import subprocess
|
||||
import subprocess # nosec B404
|
||||
import uuid
|
||||
from pathlib import Path
|
||||
from typing import Tuple, Union
|
||||
|
||||
Reference in New Issue
Block a user