Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadada authored Sep 17, 2024
1 parent be10937 commit 1f24049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlserver/datadog_checks/sqlserver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def _build_tags(self, custom_tags, propagate_agent_tags):
if custom_tags is None:
tags = []
else:
custom_tags = list(set(custom_tags))
tags = custom_tags

if propagate_agent_tags:
Expand Down

0 comments on commit 1f24049

Please sign in to comment.