Skip to content

Commit

Permalink
Apply isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 14, 2022
1 parent ee3e1e0 commit 110d03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lumen/tests/transforms/test_sql.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import datetime as dt

from lumen.transforms.sql import (
SQLColumns, SQLDistinct, SQLFilter, SQLGroupBy,
SQLLimit, SQLMinMax
SQLColumns, SQLDistinct, SQLFilter, SQLGroupBy, SQLLimit, SQLMinMax,
)


def test_sql_group_by_single_column():
assert (
SQLGroupBy.apply_to('SELECT * FROM TABLE', by=['A'], aggregates={'AVG': 'B'}) ==
Expand Down

0 comments on commit 110d03b

Please sign in to comment.