From 658ae29d01da1bac2dd1b561d5a4673c6063d36b Mon Sep 17 00:00:00 2001 From: trent-codecov Date: Thu, 5 Oct 2023 15:33:36 -0400 Subject: [PATCH] Attempting input fix --- samples/inputs/sample_001.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/samples/inputs/sample_001.py b/samples/inputs/sample_001.py index 746f143f..6dcaa138 100644 --- a/samples/inputs/sample_001.py +++ b/samples/inputs/sample_001.py @@ -7,12 +7,12 @@ def cachorro() -> int: a = 1 a = 1 + 1 if ( - "a" - or "b" - or "c" - or "sdnajdjsadadsajdas" in "dsadnsadsadsaudauda" - or (True and False) - and 1 > 0 + "a" + or "b" + or "c" + or "sdnajdjsadadsajdas" in "dsadnsadsadsaudauda" + or (True and False) + and 1 > 0 ): print("yell") print("au au",) @@ -31,8 +31,8 @@ def inner_function(): class Super(object): def itsbanana(self): a = ( - "dsadusdhiuahdb abshdu huidahsu aks shabdh ada" - + "adbjab bsdab khdsb kbas bkasd a" + "dsadusdhiuahdb abshdu huidahsu aks shabdh ada" + + "adbjab bsdab khdsb kbas bkasd a" ) calculate(1, 2, "dsadsadsadsa", 56, "094329843432", [None] * 100) return 1 + 0 @@ -79,15 +79,15 @@ def decorated_function(simple: str): def unusual_function( - a: int, - commit: str, - smt: Optional[int], - should_ha: Super, - *, - upload: int, + a: int, + commit: str, + smt: Optional[int], + should_ha: Super, + *, + upload: int, ): return a + 1 print("here") -cachorro() \ No newline at end of file +cachorro()