Skip to content

Commit aa31fe2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6862f7 commit aa31fe2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/structlog/_output.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,4 @@ def __init__(self, file: BinaryIO | None = None):
349349
self._file = file
350350

351351
def __call__(self, *args: Any) -> BytesLogger:
352-
return BytesLogger(
353-
self._file, name=args[0] if args else None
354-
)
352+
return BytesLogger(self._file, name=args[0] if args else None)

0 commit comments

Comments
 (0)