Skip to content

Commit cb090e8

Browse files
author
Andrew Omondi
committed
chore: fix formatting
1 parent 93efa4d commit cb090e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/bundle/kiota_bundle/default_request_adapter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
from kiota_serialization_text.text_serialization_writer_factory import (
3030
TextSerializationWriterFactory,
3131
)
32-
3332
"""
3433
The default client request adapter.
3534
"""
35+
36+
3637
class DefaultRequestAdapter(HttpxRequestAdapter):
3738

3839
def __init__(

0 commit comments

Comments
 (0)