Skip to content

Make sure that arguments that can take None as a value have a default value #29

Closed
@DirectXMan12

Description

@DirectXMan12

A couple of methods recently got changed so that they can accept None for certain arguments that were previously marked not None (e.g. acquire_cred). These methods should have those arguments have default values of None so that the methods don't have to be called like acquire_cred(None).

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions