Skip to content

Commit

Permalink
fix(metrological_agents): AgentBuffer import was accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
anupam-prasad committed May 5, 2021
1 parent e8c4a2c commit cbec978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentMET4FOF/metrological_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import plotly.graph_objs as go
from time_series_buffer import TimeSeriesBuffer
from time_series_metadata.scheme import MetaData
from agentMET4FOF.agents import AgentMET4FOF
from agentMET4FOF.agents import AgentMET4FOF, AgentBuffer
from .metrological_streams import (
MetrologicalDataStreamMET4FOF,
MetrologicalSineGenerator,
Expand Down

0 comments on commit cbec978

Please sign in to comment.