remove random binary characters

This commit is contained in:
Saurabh Misra 2024-10-13 16:09:41 -07:00
parent 83d2c0b385
commit 3a2f211838
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: