Skip to content

Commit ae0f6dc

Browse files
committed
Removed scaffolds
1 parent 6d16c18 commit ae0f6dc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

exasol/toolbox/nox/_format.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,3 @@ def fmt_check(session: Session) -> None:
4646
"""Checks the project for correct formatting"""
4747
py_files = [f"{file}" for file in python_files(PROJECT_CONFIG.root)]
4848
_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

Comments
 (0)