Skip to content

Commit ff55902

Browse files
authored
tutorial metric import module fix (#133)
* updated tutorial Metric import module Use the correct module for importing Metric * updated tutorial Metric import module Use the correct module for importing Metric
1 parent 7133e06 commit ff55902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)