Skip to content

Commit

Permalink
Fix styling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Aug 18, 2023
1 parent c6dbe6f commit 7ac5ff1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class {check_class}(AgentCheck):

# This will be the prefix of every metric and service check the integration sends
__NAMESPACE__ = '{check_name}'

Expand Down
1 change: 0 additions & 1 deletion ddev/tests/repo/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def test_valid(self, local_repo):


class TestIntegrationsIteration:

iter_test_params = [
pytest.param("iter", lambda path: (path / 'manifest.json').is_file(), id="only integrations"),
pytest.param(
Expand Down
1 change: 0 additions & 1 deletion ddev/tests/utils/test_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def test_exclude(self):
pattern = f'{env_var[:-2]}*'

with EnvVars({env_var: 'foo'}):

with EnvVars(exclude=[get_random_name(), pattern]):
assert env_var not in os.environ

Expand Down

0 comments on commit 7ac5ff1

Please sign in to comment.