Skip to content

Commit dc7ced1

Browse files
author
dongmao zhang
committed
fix
1 parent a45ff99 commit dc7ced1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
]
2525
autodoc_mock_imports = [
2626
"infinistore._infinistore",
27+
"torch",
2728
]
2829

2930
templates_path = ["_templates"]

infinistore/lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from infinistore import _infinistore
1+
import infinistore._infinistore as _infinistore
22
import torch
33
import os
44
from typing import List, Tuple

0 commit comments

Comments
 (0)