Skip to content

Commit

Permalink
Add lint error to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Dec 8, 2021
1 parent 4eeb076 commit eaaf2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions healpix_alchemy/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
from .types import Tile as _Tile



def union(tiles):
return _func.unnest(_func.range_agg(tiles), type_=_Tile)

0 comments on commit eaaf2a3

Please sign in to comment.