diff --git a/py/python/sentry_relay/auth.pyi b/py/python/sentry_relay/auth.pyi index a2d268bdc1..f421119c44 100644 --- a/py/python/sentry_relay/auth.pyi +++ b/py/python/sentry_relay/auth.pyi @@ -36,4 +36,4 @@ def is_version_supported(version: str | bytes) -> bool: Checks if the provided Relay version is still compatible with this library. The version can be ``None``, in which case a legacy Relay is assumed. """ - ... \ No newline at end of file + ... diff --git a/py/python/sentry_relay/consts.pyi b/py/python/sentry_relay/consts.pyi index f456c0e454..7c59809b43 100644 --- a/py/python/sentry_relay/consts.pyi +++ b/py/python/sentry_relay/consts.pyi @@ -55,4 +55,4 @@ class DataCategory(IntEnum): """ Returns the API name of the given `DataCategory`. """ - ... \ No newline at end of file + ...