Skip to content

Commit

Permalink
Update _process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Mar 22, 2020
1 parent 6d6ef8b commit 63ebd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meticulous/_process.py
Expand Up @@ -8,7 +8,7 @@
import os
import re
import shutil
import subprocess # noqa=S404,B404
import subprocess # noqa=S404 # nosec
import sys
from pathlib import Path
from urllib.parse import quote
Expand Down

0 comments on commit 63ebd72

Please sign in to comment.