Skip to content

Commit

Permalink
Merge pull request #15 from Ostorlab/fix/import_message
Browse files Browse the repository at this point in the history
Fix message import from Ostorlab
  • Loading branch information
najibraihan authored Sep 1, 2022
2 parents e3b04ca + 4b9b3ed commit f721147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/amass_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tld
from ostorlab.agent import agent
from ostorlab.agent import definitions as agent_definitions
from ostorlab.agent import message as m
from ostorlab.agent.message import message as m
from ostorlab.agent.mixins import agent_persist_mixin
from ostorlab.runtimes import definitions as runtime_definitions
from rich import logging as rich_logging
Expand Down
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind: Agent
name: amass
version: 0.2.2
version: 0.2.3
image: images/cover.png
description: |
_Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.._
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest
from ostorlab.agent import definitions as agent_definitions
from ostorlab.agent import message
from ostorlab.agent.message import message
from ostorlab.runtimes import definitions as runtime_definitions

from agent import amass_agent
Expand Down

0 comments on commit f721147

Please sign in to comment.