Skip to content

Commit cf4209d

Browse files
remove quafu warning
1 parent 45e5faa commit cf4209d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorcircuit/cloud/apis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
try:
2929
from . import quafu_provider
3030
except (ImportError, ModuleNotFoundError):
31-
logger.warning("fail to load cloud provider module: quafu")
31+
pass
32+
# logger.warning("fail to load cloud provider module: quafu")
3233

3334
package_name = "tensorcircuit"
3435
thismodule = sys.modules[__name__]

0 commit comments

Comments
 (0)