Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Feb 21, 2025
1 parent c79489f commit bbb0d6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vsphere/datadog_checks/vsphere/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ class VSphereEvent(object):
UNKNOWN = 'unknown'

def __init__(
self, raw_event, event_config, tags, event_resource_filters, exclude_filters=EXCLUDE_FILTERS, hostname="AGENT_INT_EMPTY_HOSTNAME"
self,
raw_event,
event_config,
tags,
event_resource_filters,
exclude_filters=EXCLUDE_FILTERS,
hostname="AGENT_INT_EMPTY_HOSTNAME"
):
self.raw_event = raw_event
if self.raw_event and self.raw_event.__class__.__name__.startswith('vim.event'):
Expand Down

0 comments on commit bbb0d6e

Please sign in to comment.