Skip to content

Commit

Permalink
Merge pull request #157 from cgohlke/patch-1
Browse files Browse the repository at this point in the history
Fix NameError: name 'subprocess' is not defined
  • Loading branch information
carsen-stringer authored Nov 30, 2020
2 parents f6e555f + 701d021 commit 4ac3858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os, sys, time, shutil, tempfile, datetime, pathlib
import os, sys, time, shutil, tempfile, datetime, pathlib, subprocess
import numpy as np
from tqdm import trange, tqdm
from urllib.parse import urlparse
Expand Down

0 comments on commit 4ac3858

Please sign in to comment.