Skip to content

Commit 5f35d8e

Browse files
Reformat file
1 parent 9bdc146 commit 5f35d8e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/commercetools/testing/predicates.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,12 @@ def peek(self):
173173

174174
def define(self, sid, bp=0, symbol_class=Symbol):
175175
symbol_table = self.symbol_table
176-
sym: Symbol = typing.cast(Symbol, type(
177-
symbol_class.__name__, (symbol_class,), {"identifier": sid, "lbp": bp}
178-
))
176+
sym: Symbol = typing.cast(
177+
Symbol,
178+
type(
179+
symbol_class.__name__, (symbol_class,), {"identifier": sid, "lbp": bp}
180+
),
181+
)
179182
symbol_table[sid] = sym
180183

181184
def wrapper(val):

0 commit comments

Comments
 (0)