Skip to content

Commit

Permalink
Get rid of obsolete soma.subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 6, 2024
1 parent 99c3a47 commit 101054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsul/pipeline/pipeline_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
import dataclasses
import json
import os
import subprocess
import sys
import tempfile

import soma.subprocess
from populse_db import json_decode, json_encode
from soma.controller import Any, Controller, undefined

Expand Down

0 comments on commit 101054f

Please sign in to comment.