Skip to content

Commit 9725879

Browse files
committed
Fix Lint errors
1 parent a4f3d37 commit 9725879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gpg_test_file

Lines changed: 0 additions & 1 deletion
This file was deleted.

linode_api4/objects/monitor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,14 @@ class ChannelContent(JSONObject):
381381
class Alert(JSONObject):
382382
"""
383383
Represents an alert definition reference within an AlertChannel.
384-
384+
385385
Fields:
386386
- id: int - Unique identifier of the alert definition.
387387
- label: str - Human-readable name for the alert definition.
388388
- type: str - Type of the alert (e.g., 'alerts-definitions').
389389
- url: str - API URL for the alert definition.
390390
"""
391+
391392
id: int = 0
392393
label: str = ""
393394
type: str = ""

linode_api4/objects/serializable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ def __new__(cls, *values):
284284
return member
285285

286286
def __str__(self):
287-
return self._value_
287+
return self._value_

0 commit comments

Comments
 (0)