Skip to content

Commit

Permalink
lint: rm unused config var
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 15, 2023
1 parent 49eb67b commit e50e524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bento_aggregation_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class Config(BaseSettings):
bento_debug: bool = False

service_id: str = str(":".join(list(SERVICE_TYPE.values())[:2]))
service_url: str = "http://127.0.0.1:5000" # base URL to construct object URIs from

request_timeout: int = 180 # seconds

Expand Down

0 comments on commit e50e524

Please sign in to comment.