Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv committed Jan 26, 2024
1 parent 7bee3b1 commit 8ce92ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_plugin_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class DistMock:
#get_logs: disable=too-few-public-methods
# get_logs: disable=too-few-public-methods
def __init__(self, entry_points, name):
self.metadata = {"name": name}

Expand All @@ -29,7 +29,7 @@ def __init__(self, entry_points, name):


def test_no_warning(monkeypatch):
#get_logs: disable=protected-access
# get_logs: disable=protected-access
monkeypatch.setattr(importlib.metadata, "requires", lambda x: [])
importlib.reload(webviz_config.plugins._utils)

Expand All @@ -49,7 +49,7 @@ def test_no_warning(monkeypatch):


def test_warning_multiple(monkeypatch):
#get_logs: disable=protected-access
# get_logs: disable=protected-access
monkeypatch.setattr(importlib.metadata, "requires", lambda x: [])
importlib.reload(webviz_config.plugins._utils)

Expand Down

0 comments on commit 8ce92ce

Please sign in to comment.