Skip to content

Commit

Permalink
Common: Use quotes consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristidis committed Jul 26, 2024
1 parent b3f9c85 commit b46476f
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 @@ -34,7 +34,7 @@ OK, WARNING, CRITICAL, UNKNOWN = 0, 1, 2, 3

PROM_SERVERS = config_get_list('monitor', 'prometheus_servers', raise_exception=False, default=[])

if __name__ == "__main__":
if __name__ == '__main__':
try:
registry = CollectorRegistry()
session = get_session()
Expand Down

0 comments on commit b46476f

Please sign in to comment.