Merge branch 'main' of https://github.com/codeflash-ai/codeflash into pathlib-migration

This commit is contained in:
Kevin Turcios 2024-10-13 18:14:44 -05:00
commit bc3e85161d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from __future__ import annotations
from __future__ import annotations
from sqlalchemy import ForeignKey, Integer, String, create_engine
from sqlalchemy.engine.base import Engine

View file

@ -1,4 +1,4 @@
def OptimizeMe(a, b, c):
def OptimizeMe(a, b, c):
return HelperClass().helper_method(a, b, c)

View file

@ -1,4 +1,4 @@
from code_to_optimize.book_catalog import get_authors2
from code_to_optimize.book_catalog import get_authors2
def test_get_authors_basic() -> None: