Skip to content

Commit 1b3d369

Browse files
committed
Remove redundant imports
1 parent af44a42 commit 1b3d369

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ydb-cookbook/src/main/java/tech/ydb/examples/SimpleExample.java

-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
package tech.ydb.examples;
22

3-
import java.time.Duration;
4-
53
import tech.ydb.auth.iam.CloudAuthHelper;
6-
import tech.ydb.core.Result;
7-
import tech.ydb.core.Status;
84
import tech.ydb.core.grpc.GrpcTransport;
9-
import tech.ydb.scheme.SchemeClient;
10-
import tech.ydb.scheme.description.DescribePathResult;
11-
import tech.ydb.topic.TopicClient;
12-
import tech.ydb.topic.description.Codec;
13-
import tech.ydb.topic.description.Consumer;
14-
import tech.ydb.topic.description.SupportedCodecs;
15-
import tech.ydb.topic.settings.CreateTopicSettings;
165

176

187
/**

0 commit comments

Comments
 (0)