Skip to content

Commit

Permalink
warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed May 9, 2023
1 parent e4d3cd9 commit cb813e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from warnings import warn

warn(
f"The module namespace {__name__} is deprecated. It has been renamed circuit_knitting_toolbox.circuit_cutting.cutqc",
f"The package namespace {__name__} is deprecated. It has been renamed circuit_knitting_toolbox.circuit_cutting.cutqc",
DeprecationWarning,
stacklevel=2,
)
Expand Down

0 comments on commit cb813e2

Please sign in to comment.