Skip to content

Commit 7fa9c19

Browse files
committed
Address ruff lint issues
1 parent 497d48b commit 7fa9c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/python/test/canary/group_bys/gcp/item_event_canary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from ai.chronon.api.ttypes import Source, EventSource
1+
from ai.chronon.api.ttypes import EventSource, Source
2+
from ai.chronon.group_by import Aggregation, GroupBy, Operation
23
from ai.chronon.query import Query, selects
3-
from ai.chronon.group_by import GroupBy, Aggregation, Operation
44
from ai.chronon.types import ConfigProperties
55

66
_action_events = [

0 commit comments

Comments
 (0)