Skip to content

Commit d72379c

Browse files
committed
lint
1 parent 5f20a7b commit d72379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_experiments/curve_analysis/base_curve_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def set_options(self, **fields):
189189
# TODO remove this in Qiskit Experiments v0.4
190190
if "curve_plotter" in fields:
191191
warnings.warn(
192-
f"The analysis option 'curve_plotter' has been deprecated. "
192+
"The analysis option 'curve_plotter' has been deprecated. "
193193
"The option is replaced with 'curve_drawer' that takes 'MplCurveDrawer' instance. "
194194
"If this is a loaded analysis, please save this instance again to update option value. "
195195
"The 'curve_plotter' argument along with this warning will be removed "

0 commit comments

Comments
 (0)