Skip to content

Commit

Permalink
Appease pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Apr 29, 2024
1 parent 929fdf7 commit 7b0f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def index_expressions(self):

exprs = [self.index,]
if self._index_aliases:
exprs += [alias for alias in self._index_aliases]
exprs += list(self._index_aliases)

return as_tuple(exprs)

0 comments on commit 7b0f059

Please sign in to comment.