Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def __init__(
:param api_calls_limit: Maximum number of calls to Melissa API allowed
"""
super().__init__(version)
assert (
license_key or custom_api_call
), "Either license_key or custom_api_call must be provided"
self._license_key: str = license_key
self._custom_api_call: Optional[Callable[[Any], Dict[str, Any]]] = (
custom_api_call
Expand Down