Fix linting.
This commit is contained in:
8
typings/docplex/mp/basic.pyi
Normal file
8
typings/docplex/mp/basic.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Literal
|
||||
|
||||
from docplex.mp.operand import Operand
|
||||
|
||||
class Expr(Operand):
|
||||
def __pow__(self, power: Literal[0, 1, 2]) -> Expr: ...
|
||||
Reference in New Issue
Block a user