Skip to content

Commit fcb5368

Browse files
author
Corentin
committed
inverting imports
1 parent 29e21ae commit fcb5368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

myoquant/src/common_func.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
import sys
88
import math
99

10-
import tensorflow as tf
1110
import torch
11+
import tensorflow as tf
12+
1213
from cellpose.models import Cellpose
1314
from csbdeep.utils import normalize
1415
from stardist.models import StarDist2D

0 commit comments

Comments
 (0)