Skip to content

Commit 9e67764

Browse files
committed
Remove unused code
1 parent 582e1ee commit 9e67764

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

exasol/toolbox/nox/_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ def _integration_tests(
6262
pm.hook.post_integration_tests_hook(session=session, config=config, context=context)
6363

6464

65-
def _pass(
66-
_session: Session, _config: Config, _context: MutableMapping[str, Any]
67-
) -> bool:
68-
"""No operation"""
69-
return True
70-
71-
7265
def _coverage(
7366
session: Session, config: Config, context: MutableMapping[str, Any]
7467
) -> None:

0 commit comments

Comments
 (0)