Skip to content

Commit f6d7158

Browse files
committed
updated tutorial Metric import module
Use the correct module for importing Metric
1 parent 004b506 commit f6d7158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ to be pushed and fetched to and from the database.
159159
160160
import numpy as np
161161
162-
from silvimetric.resources import Metric
162+
from silvimetric.resources.metric import Metric
163163
164164
def metrics() -> list[Metric]:
165165

0 commit comments

Comments
 (0)