Skip to content

Commit 0a67124

Browse files
committed
nosec bandit B605 B607
1 parent c2b2f88 commit 0a67124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mistapi/__logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import logging
1414
import os
1515

16-
os.system("")
16+
os.system("") # nosec bandit B605 B607
1717

1818

1919
def magenta(text):

0 commit comments

Comments
 (0)