Skip to content

Commit d6001a8

Browse files
committed
Remove unused cruft
1 parent c89b2a4 commit d6001a8

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

generated/__init__.py

Whitespace-only changes.

generated/test_class.py

Whitespace-only changes.

main.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@
1616
setup_colored_logging()
1717

1818

19-
def teardown() -> None:
20-
codegen_path = os.path.join(".", "generated")
21-
build_path = os.path.join(".", "build")
22-
if not os.path.exists(build_path):
23-
os.makedirs(build_path)
24-
with open(os.path.join(codegen_path, "test_class.py"), "r+") as generated_file:
25-
with open(os.path.join(build_path, "test_class.py"), "w+") as _out:
26-
_out.write(generated_file.read())
27-
generated_file.truncate(0)
28-
29-
3019
def chat(
3120
sandbox: CodeGenSandbox,
3221
code_gen_agent: GenericAgent,

test/test_ExampleClass.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)