Skip to content

Commit 3e737e4

Browse files
Fixed broken import (after refactoring) (#1888)
1 parent e52ca66 commit 3e737e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keepercommander/discovery_common/infrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ..keeper_dag.exceptions import DAGVertexException
66
from ..keeper_dag.crypto import urlsafe_str_to_bytes
77
from ..keeper_dag.types import PamGraphId
8-
from discovery_common.types import DiscoveryObject
8+
from .types import DiscoveryObject
99
import os
1010
import importlib
1111
import time

0 commit comments

Comments
 (0)