Skip to content

Commit

Permalink
fix: remove vegapy imports (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett authored Jun 12, 2024
1 parent 6abf59f commit 1cda791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vega_sim/scenario/benchmark/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from vegapy.service.service import Service
from vegapy.service.networks.constants import Network
import vegapy.visualisations as vis
import vegapy.protobuf.protos as protos
import vega_python_protos as protos


def _run(
Expand Down
2 changes: 1 addition & 1 deletion vega_sim/scenario/fuzzing/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from vegapy.service.service import Service
from vegapy.service.networks.constants import Network
import vegapy.visualisations as vis
import vegapy.protobuf.protos as protos
import vega_python_protos as protos


def _run(
Expand Down
2 changes: 1 addition & 1 deletion vega_sim/scenario/sla/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from vegapy.service.service import Service
from vegapy.service.networks.constants import Network
import vegapy.visualisations as vis
import vegapy.protobuf.protos as protos
import vega_python_protos as protos


def _run(
Expand Down

0 comments on commit 1cda791

Please sign in to comment.