address flake8 format check

This commit is contained in:
Yian Chen
2024-04-09 15:31:05 -07:00
committed by Jacob Alexander
parent 1fb168796d
commit 78dd54e641
11 changed files with 16 additions and 24 deletions

View File

@@ -58,7 +58,6 @@ class ValueImpl(calculator_capnp.Calculator.Value.Server):
class FunctionImpl(calculator_capnp.Calculator.Function.Server):
"""Implementation of the Calculator.Function Cap'n Proto interface, where the
function is defined by a Calculator.Expression."""
@@ -77,7 +76,6 @@ class FunctionImpl(calculator_capnp.Calculator.Function.Server):
class OperatorImpl(calculator_capnp.Calculator.Function.Server):
"""Implementation of the Calculator.Function Cap'n Proto interface, wrapping
basic binary arithmetic operators."""