Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Aug 5, 2021
1 parent b50a215 commit 0335265
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tempo/serve/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
DefaultInsightsLocalEndpoint = "http://0.0.0.0:8080"
DefaultInsightsDockerEndpoint = f"http://{DefaultInsightsServiceName}:8080"
DefaultSeldonSystemNamespace = "seldon-system"
DefaultInsightsK8sEndpoint = (
f"http://{DefaultInsightsServiceName}.{DefaultSeldonSystemNamespace}:8080"
)
DefaultInsightsK8sEndpoint = f"http://{DefaultInsightsServiceName}.{DefaultSeldonSystemNamespace}:8080"


DefaultRedisServiceName = "redis-master"
Expand Down

0 comments on commit 0335265

Please sign in to comment.