Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Fix verbose type in inferer methods #259

@Warvito

Description

@Warvito

Currently, we are using verbose as bool | None types in some inferer methods, for example:

verbose: bool | None = True,

It might be better to just have it as bool since it will not have any different logic from verbose=False

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions