We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d16c18 commit ae0f6dcCopy full SHA for ae0f6dc
exasol/toolbox/nox/_format.py
@@ -46,13 +46,3 @@ def fmt_check(session: Session) -> None:
46
"""Checks the project for correct formatting"""
47
py_files = [f"{file}" for file in python_files(PROJECT_CONFIG.root)]
48
_code_format(session=session, mode=Mode.Check, files=py_files)
49
-
50
51
-class XSession:
52
- def run(self, *args):
53
- print(f"session.run(args: {args})")
54
55
56
-if __name__ == "__main__":
57
- session = XSession()
58
- _code_format(session, Mode.Fix, [])
0 commit comments