mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Merge pull request #1035 from codeflash-ai/remove-binary-characters
remove random binary characters
This commit is contained in:
commit
850e194d49
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import annotations
|
||||
from __future__ import annotations
|
||||
|
||||
from sqlalchemy import create_engine, Integer, String, ForeignKey
|
||||
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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue