We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38dc8be commit 1d42987Copy full SHA for 1d42987
plotly/tests/test_core/test_graph_objs/test_consistency.py
@@ -23,4 +23,4 @@ def test_names_in_name_to_key():
23
def test_names_in_name_to_class():
24
for key in graph_objs.INFO.keys():
25
class_name = graph_objs.KEY_TO_NAME[key]
26
- _class = graph_objs.get_class_instance_by_name(class_name)
+ graph_obj_class = graph_objs.get_class_instance_by_name(class_name)
0 commit comments