Skip to content

Commit

Permalink
fix(DataStreamAgent): insert missing legacy import for agents.DataStr…
Browse files Browse the repository at this point in the history
…eamAgent
  • Loading branch information
BjoernLudwigPTB committed Aug 27, 2021
1 parent 16d8e56 commit 302f61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agentMET4FOF/agents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""This package provides access to all agents included in agentMET4FOF"""
from .base_agents import AgentMET4FOF, MonitorAgent
from .base_agents import AgentMET4FOF, DataStreamAgent, MonitorAgent
from .metrological_base_agents import (
MetrologicalAgent,
MetrologicalMonitorAgent,
Expand All @@ -13,6 +13,7 @@
"AgentBuffer",
"AgentMET4FOF",
"AgentNetwork",
"DataStreamAgent",
"MetrologicalAgent",
"MetrologicalAgentBuffer",
"MetrologicalMonitorAgent",
Expand Down
1 change: 1 addition & 0 deletions tests/test_all_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def test_legacy_imports():
AgentBuffer,
AgentMET4FOF,
AgentNetwork,
DataStreamAgent,
MonitorAgent,
SineGeneratorAgent,
)
Expand Down

0 comments on commit 302f61a

Please sign in to comment.