Skip to content

Commit 0c5783a

Browse files
top level import
Co-authored-by: Thomas Chow <[email protected]>
1 parent 2215dc9 commit 0c5783a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

online/src/main/scala/ai/chronon/online/fetcher/GroupByFetcher.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class GroupByFetcher(fetchContext: FetchContext, metadataStore: MetadataStore)
4444
private def toLambdaKvRequest(request: Fetcher.Request): Try[LambdaKvRequest] = metadataStore
4545
.getGroupByServingInfo(request.name)
4646
.map { groupByServingInfo =>
47-
import ai.chronon.online.metrics
4847
val context =
4948
request.context.getOrElse(
5049
metrics.Metrics.Context(metrics.Metrics.Environment.GroupByFetching, groupByServingInfo.groupBy))

0 commit comments

Comments
 (0)