Skip to content

Commit 972d345

Browse files
author
Aviv Laufer
committed
Move agent files
1 parent 533638b commit 972d345

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

protoconfloader/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

protoconfloader/agent/api/proto/v1/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

agent/api/proto/v1/protoconf_service_pb2_grpc.py renamed to protoconfloader/agent/api/proto/v1/protoconf_service_pb2_grpc.py

File renamed without changes.

protoconfloader/protoconfloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import json
33
import logging
44
import os
5-
import pathlib
65
import sys
76
from typing import Any, Callable
87

@@ -12,6 +11,7 @@
1211
from watchdog.events import FileSystemEvent, FileSystemEventHandler
1312
from watchdog.observers import Observer
1413

14+
sys.path.append(os.path.join(os.path.dirname(__file__), "."))
1515
from agent.api.proto.v1.protoconf_service_pb2 import ConfigSubscriptionRequest
1616
from agent.api.proto.v1.protoconf_service_pb2_grpc import ProtoconfServiceStub
1717

0 commit comments

Comments
 (0)