From ed3633191c00fb65f90260324abc4a3819896e64 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 13 May 2024 20:12:24 -0400 Subject: [PATCH] add missing lines --- py/python/sentry_relay/auth.pyi | 2 +- py/python/sentry_relay/consts.pyi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 + ...