Skip to content

Commit f1e1cb4

Browse files
authored
fix typo
1 parent e31d90c commit f1e1cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepmd/infer/deep_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
from typing import List, Optional, TYPE_CHECKING, Union
3-
from itertools import lru_cache
3+
from functools import lru_cache
44

55
import numpy as np
66
from deepmd.common import make_default_mesh

0 commit comments

Comments
 (0)