Skip to content

Commit 0056250

Browse files
fix lint issues
1 parent 1fc34d7 commit 0056250

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

ns1/rest/monitoring.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ class Monitors(resource.BaseResource):
2020
"notify_list",
2121
]
2222

23-
INT_FIELDS = [
24-
"frequency",
25-
"notify_delay",
26-
"notify_repeat"
27-
]
23+
INT_FIELDS = ["frequency", "notify_delay", "notify_repeat"]
2824

2925
BOOL_FIELDS = [
3026
"active",
3127
"rapid_recheck",
3228
"notify_regional",
3329
"mute",
34-
"notify_failback"
30+
"notify_failback",
3531
]
3632

3733
def list(self, callback=None, errback=None):

0 commit comments

Comments
 (0)