Skip to content

Commit 91b62ed

Browse files
lint
1 parent b8be612 commit 91b62ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/py/ai/chronon/group_by.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def _normalize_source(source):
559559
validate_group_by(group_by)
560560
return group_by
561561

562+
562563
def _copy_source(source: ttypes.Source) -> ttypes.Source:
563564
# Hold a reference to the join in a join source so that the
564565
# module name can be extracted from GC referrers later on
@@ -574,4 +575,4 @@ def _copy_source(source: ttypes.Source) -> ttypes.Source:
574575
source_copy.join = join
575576
elif isinstance(source_copy, ttypes.Source) and source_copy.joinSource:
576577
source_copy.joinSource.join = join
577-
return source_copy
578+
return source_copy

0 commit comments

Comments
 (0)