Skip to content

Commit a80f82e

Browse files
authored
Update __init__.py
1 parent 3a9f0b2 commit a80f82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deeptrack/test/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .backend import *
2+
from .extras import *
23
from .test_aberrations import *
34
from .test_augmentations import *
45
from .test_elementwise import *
@@ -16,4 +17,4 @@
1617
from .test_scatterers import *
1718
from .test_sequences import *
1819
from .test_statistics import *
19-
from .test_utils import *
20+
from .test_utils import *

0 commit comments

Comments
 (0)