Skip to content

Commit 30afd3e

Browse files
committed
[explorer/nodewatch]: lint fix
1 parent 9f48159 commit 30afd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/nodewatch/tests/test_RoutesFacade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_can_map_version_to_css_class(self):
212212
# endregion
213213

214214

215-
class SymbolRoutesFacadeTest(unittest.TestCase):
215+
class SymbolRoutesFacadeTest(unittest.TestCase): # pylint: disable=too-many-public-methods
216216
# region reload / refresh
217217

218218
def test_can_reload_all(self):

0 commit comments

Comments
 (0)