Skip to content

Commit

Permalink
add missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed May 14, 2024
1 parent c1000f1 commit ed36331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/python/sentry_relay/auth.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
...
...
2 changes: 1 addition & 1 deletion py/python/sentry_relay/consts.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class DataCategory(IntEnum):
"""
Returns the API name of the given `DataCategory`.
"""
...
...

0 comments on commit ed36331

Please sign in to comment.