Skip to content

Commit

Permalink
Python codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domwst committed Feb 5, 2024
1 parent ba444f9 commit 145d907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/tools/cfg/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ def get_sampling_scope(sampling):
sampling_scope_pb.MaxBurst = sampling['max_burst']
return sampling_scope_pb


def get_external_throttling(throttling):
throttling_scope_pb = config_pb2.TTracingConfig.TExternalThrottlingScope()
selectors = throttling.get("scope")
Expand Down

0 comments on commit 145d907

Please sign in to comment.