Skip to content

Commit f9a7f23

Browse files
committed
Finish rebase
2 parents 1377462 + 40e4806 commit f9a7f23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

napari_cellseg3d/_tests/test_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import numpy as np
21
from pathlib import Path
2+
3+
import numpy as np
34
import pytest
45
import torch
56

napari_cellseg3d/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ def show_result(viewer, layer, image, name):
9595
)
9696

9797

98-
####################
99-
100-
10198
class Singleton(type):
10299
"""
103100
Singleton class that can only be instantiated once at a time,

0 commit comments

Comments
 (0)