Fix import paths
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import google.protobuf.descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
||||
import hrpc_pb2 as hrpc__pb2
|
||||
from . import hrpc_pb2 as hrpc__pb2
|
||||
import purerpc
|
||||
|
@ -1,7 +1,7 @@
|
||||
import hrpc_pb2 as hrpc__pb2
|
||||
from . import hrpc_pb2 as hrpc__pb2
|
||||
import purerpc
|
||||
|
||||
import schema_pb2 as schema__pb2
|
||||
from . import schema_pb2 as schema__pb2
|
||||
|
||||
|
||||
class HyperspaceServicer(purerpc.Servicer):
|
||||
|
@ -11,7 +11,7 @@ from google.protobuf import symbol_database as _symbol_database
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
import hrpc_pb2 as hrpc__pb2
|
||||
from . import hrpc_pb2 as hrpc__pb2
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name="schema.proto",
|
||||
|
Reference in New Issue
Block a user