Skip to content

Commit

Permalink
pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 5, 2024
1 parent 87fefab commit 3726748
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@
]

_server_duration_attrs_new_with_server_attributes = (
_server_duration_attrs_new.extend(
[
SERVER_ADDRESS,
SERVER_PORT,
]
)
_server_duration_attrs_new
+ [
SERVER_ADDRESS,
SERVER_PORT,
]
)

_server_active_requests_count_attrs_old = [
Expand Down

0 comments on commit 3726748

Please sign in to comment.