mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Merge branch 'main' of https://github.com/codeflash-ai/codeflash into pathlib-migration
This commit is contained in:
commit
bc3e85161d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from sqlalchemy import ForeignKey, Integer, String, create_engine
|
from sqlalchemy import ForeignKey, Integer, String, create_engine
|
||||||
from sqlalchemy.engine.base import Engine
|
from sqlalchemy.engine.base import Engine
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
def OptimizeMe(a, b, c):
|
def OptimizeMe(a, b, c):
|
||||||
return HelperClass().helper_method(a, b, c)
|
return HelperClass().helper_method(a, b, c)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
def test_get_authors_basic() -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue