Skip to content

Commit b8149bc

Browse files
generatedunixname907704562031852meta-codesync[bot]
authored andcommitted
Fix CSFImportlibAbc issues [A] (#56283)
Summary: Pull Request resolved: #56283 Reviewed By: bowiechen Differential Revision: D97588841 fbshipit-source-id: 5a6beef9c6eb6861030e175c7942ea8835c2407e
1 parent 231d53a commit b8149bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cxx-api/tests/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import subprocess
1212
import unittest
13-
from importlib.abc import Traversable
13+
from importlib.resources.abc import Traversable
1414
from pathlib import Path
1515
from typing import Iterable
1616

0 commit comments

Comments
 (0)