Skip to content

Commit fc65076

Browse files
committed
STY: flake8
1 parent 00cbd08 commit fc65076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_prototype/wrappers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def _query_and_transform(self, renderer) -> Dict[str, Any]:
130130
# doing the nu work here is nice because we can write it once, but we
131131
# really want to push this computation down a layer
132132
# TODO sort out how this interoperates with the transform stack
133+
133134
def linearize(funclist):
134135
if inspect.isfunction(funclist):
135136
return funclist

0 commit comments

Comments
 (0)