Fix black formatting
This commit is contained in:
@@ -113,7 +113,6 @@ def evaluate_impl(expression, params=None):
|
||||
|
||||
|
||||
class ValueImpl(calculator_capnp.Calculator.Value.Server):
|
||||
|
||||
"Simple implementation of the Calculator.Value Cap'n Proto interface."
|
||||
|
||||
def __init__(self, value):
|
||||
@@ -171,7 +170,6 @@ class OperatorImpl(calculator_capnp.Calculator.Function.Server):
|
||||
|
||||
|
||||
class CalculatorImpl(calculator_capnp.Calculator.Server):
|
||||
|
||||
"Implementation of the Calculator Cap'n Proto interface."
|
||||
|
||||
def evaluate(self, expression, _context, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user