Skip to content

Commit

Permalink
generated with codegen at box/box-codegen@7401b20 and spec at box/box…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Aug 30, 2023
1 parent 8623de0 commit 1af19a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box_sdk_gen/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
from box_sdk_gen.network import NetworkSession

class Client:
def __init__(self, auth: Optional[Authentication] = None, network_session: Optional[NetworkSession] = None):
def __init__(self, auth: Authentication, network_session: Optional[NetworkSession] = None):
if network_session is None:
network_session = NetworkSession()
self.auth = auth
Expand Down

0 comments on commit 1af19a1

Please sign in to comment.