Skip to content

Commit

Permalink
Common: Remove unnecessary use of str.strip()
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristidis committed Aug 2, 2024
1 parent 97a0e40 commit 439b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/check_new_dids
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if __name__ == '__main__':

for server in PROM_SERVERS:
try:
push_to_gateway(server.strip(), job='check_new_dids', registry=registry)
push_to_gateway(server, job='check_new_dids', registry=registry)
except Exception:
continue

Expand Down

0 comments on commit 439b165

Please sign in to comment.