Skip to content

Commit d0a5112

Browse files
authored
Fix formatting
1 parent a63ae76 commit d0a5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhon/apis/wrappers/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def __aexit__(self, *args: Any) -> None:
105105
def _log_history(self, text: str, flush: bool = True) -> None:
106106
if not self._history:
107107
return
108-
108+
109109
lines = (
110110
["hOn Authentication Error"]
111111
+ [f" {i: 2d} {resp}" for i, resp in enumerate(self._history, 1)]

0 commit comments

Comments
 (0)