Skip to content

Commit

Permalink
- unneeded constants in the simple-service-poc example (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue authored Jun 16, 2021
1 parent d5c5634 commit c26318a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/simple-service-poc/simple_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@


class SimpleService(Service):
STATS_PATH = "/golem/out/stats"
PLOT_INFO_PATH = "/golem/out/plot"
SIMPLE_SERVICE = "/golem/run/simple_service.py"
SIMPLE_SERVICE_CTL = "/golem/run/simulate_observations_ctl.py"

Expand Down

0 comments on commit c26318a

Please sign in to comment.