Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkay committed Sep 30, 2024
1 parent ed4b71e commit ed3cd52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/grafana_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ def _receiver_config(protocol: str):

return config


@property
def _tracing_sampling(self) -> Dict[str, Any]:
return {
Expand Down Expand Up @@ -951,7 +950,6 @@ def _tracing_sampling(self) -> Dict[str, Any]:
]
}


@property
def _tempo_config(self) -> Dict[str, Union[Any, List[Any]]]:
"""The tracing section of the config.
Expand Down

0 comments on commit ed3cd52

Please sign in to comment.