Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dongothing-dd committed Dec 19, 2024
1 parent 871f7b1 commit d88dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/dogshell/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _list(cls, args):
from_=args.from_,
include_hosts_metadata=args.include_hosts_metadata,
# this doesn't seem to actually filter and I don't need it for now.
# include_muted_hosts_data=args.include_muted_hosts_data
# include_muted_hosts_data=args.include_muted_hosts_data
)
report_warnings(res)
report_errors(res)
Expand Down

0 comments on commit d88dfc1

Please sign in to comment.