ckadirt's picture
Add files using upload-large-folder tool
ab29da4 verified
Raw
History Blame Contribute Delete
195 Bytes
"""
Various utilities
"""
from __future__ import annotations
class JupyterEventsVersionWarning(UserWarning):
"""Emitted when an event schema version is an `int` when it should be `str`."""