Merge pull request #1035 from codeflash-ai/remove-binary-characters

remove random binary characters
This commit is contained in:
Saurabh Misra 2024-10-13 16:14:21 -07:00 committed by GitHub
commit 850e194d49
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 create_engine, Integer, String, ForeignKey
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: