Skip to content

Commit

Permalink
Fix imports after rebase
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hubert-da committed Jan 11, 2022
1 parent 3f40474 commit 1336d12
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package com.daml.ledger.api.testtool.infrastructure

import java.util
import java.util.regex.Pattern

import com.daml.api.util.DurationConversion
import com.daml.error.ErrorCode
import com.daml.error.utils.ErrorDetails
Expand All @@ -15,7 +14,7 @@ import com.daml.ledger.api.testtool.infrastructure.participant.{
ParticipantTestContext,
}
import com.daml.ledger.api.v1.completion.Completion
import com.daml.ledger.api.v1.version_service.DeduplicationPeriodSupport.{
import com.daml.ledger.api.v1.experimental_features.CommandDeduplicationPeriodSupport.{
DurationSupport,
OffsetSupport,
}
Expand Down

0 comments on commit 1336d12

Please sign in to comment.