Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed May 2, 2024
1 parent b8d9e48 commit 84f022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/error_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def not_implemented(cls, message: str = "") -> NoReturn:

@classmethod
def single_warning(
cls, message: str, category: type[Warning] | None = None
cls, message: str, category: Warning = None
) -> None:
message_hash = hash(message)
logger = get_logger()
Expand Down

0 comments on commit 84f022b

Please sign in to comment.