Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored and chrisvittal committed Jun 30, 2023
1 parent aeb534b commit a8270fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hail/python/hail/ir/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,7 @@ def _compute_type(self, env, agg_env, deep_typecheck):
self.a.compute_type(env, agg_env, deep_typecheck)
return tstream(self.a.typ.element_type)


class StreamZipJoinProducers(IR):
@typecheck_method(contexts=IR,
ctx_name=str,
Expand Down

0 comments on commit a8270fb

Please sign in to comment.