Closed Karim-53 closed 1 year ago
Hello. The thing is that you're not supposed to call your parent class constructor directly most of the time. Use the super() built-in function to solve your problem in a nice and supported way.
super().__init__(app, name_value_list, x_text, y_test, path=path)
Still, I'm gonna look for a way to support direct calls like that in the future updates.
Hi, thanks for this great plugin
Just a small bug: the plugin does not detect
self
.