Skip to content

Commit b8e6c18

Browse files
Commit from GitHub Actions (ci)
1 parent 2b5fa6f commit b8e6c18

File tree

6 files changed

+87
-69
lines changed

6 files changed

+87
-69
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# This file is generated by init_gen.py. Do not edit.
22

3+
from aserto.directory.importer.v2.importer_pb2_grpc import (
4+
ImporterStub,
5+
ImporterServicer,
6+
)
7+
38
from aserto.directory.importer.v2.importer_pb2 import (
49
Opcode,
510
ImportRequest,
611
ImportResponse,
712
ImportCounter,
813
)
914

10-
from aserto.directory.importer.v2.importer_pb2_grpc import (
11-
ImporterStub,
12-
ImporterServicer,
13-
)
14-
1515
__all__ = [
16+
"ImporterStub",
17+
"ImporterServicer",
1618
"Opcode",
1719
"ImportRequest",
1820
"ImportResponse",
1921
"ImportCounter",
20-
"ImporterStub",
21-
"ImporterServicer",
2222
]

0 commit comments

Comments
 (0)