ErnGusMik / python-tello

Too many positional arguments in function call PYL-E1121
Bug risk
Critical
1 occurrence in this check
Too many positional arguments for method call
565                and 500 >= y2 >= -500 and 500 >= z1 >= -500
566                and 500 >= z2 >= -500):
567            if 60 >= s >= 10:
568                return self.run(569                    f"curve {str(x1)} {str(y1)} {str(z1)} {str(x2)} {str(y2)} {str(z2)} {str(s)}",
570                    f"Curving from (x, y, z): {str(x1)} {str(y1)} {str(z1)} to {str(x2)} {str(y2)} {str(z2)} at the speed of",
571                    str(s),