Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadnoveljic committed Oct 17, 2024
1 parent 171ecaf commit 53f43e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions datadog_checks_dev/datadog_checks/dev/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def __call__(self):
compose_logs = run_command(log_command, check=True)
raise SubprocessError(f"compose error: {compose_error} | compose logs: {compose_logs}")


class ComposeFileLogs(LazyFunction):
def __init__(self, compose_file, check=True):
self.compose_file = compose_file
Expand Down
2 changes: 1 addition & 1 deletion sqlserver/datadog_checks/sqlserver/deadlocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def agent_check_getter(self):

class Deadlocks(DBMAsyncJob):
def __init__(self, check, config: SQLServerConfig):
# comment to enforce the CI
# force ci
self.tags = [t for t in check.tags if not t.startswith('dd.internal')]
self._check = check
self._log = self._check.log
Expand Down

0 comments on commit 53f43e1

Please sign in to comment.