Skip to content

Commit 13cb789

Browse files
committed
fix: correct import order in ingester.py
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 480fd3c commit 13cb789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netboxlabs/diode/sdk/ingester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import re
1313
from typing import Any
1414

15-
from google.protobuf import timestamp_pb2 as _timestamp_pb2
1615
from google.protobuf import struct_pb2 as _struct_pb2
16+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
1717

1818
import netboxlabs.diode.sdk.diode.v1.ingester_pb2 as pb
1919

0 commit comments

Comments
 (0)