Skip to content

Commit a68fb12

Browse files
authored
[BugFix] fix lazy_import error of importlib.machinery (#2482)
1 parent fbccdad commit a68fb12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddleformers/utils/lazy_import.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
import importlib
16+
import importlib.machinery
1617
import importlib.util
1718
import os
1819
from itertools import chain

0 commit comments

Comments
 (0)