forked from p15670423/monkey
Island: Use common.credentials.Credentials in ICredentialsRepository
This commit is contained in:
parent
7bc8ed649a
commit
33b04934aa
|
@ -1,7 +1,7 @@
|
|||
from abc import ABC
|
||||
from typing import Sequence
|
||||
|
||||
from monkey_island.cc.services.telemetry.processing.credentials import Credentials
|
||||
from common.credentials import Credentials
|
||||
|
||||
|
||||
class ICredentialsRepository(ABC):
|
||||
|
|
Loading…
Reference in New Issue