We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c724522 commit c9e1b72Copy full SHA for c9e1b72
linode_api4/objects/monitor_api.py
@@ -7,7 +7,7 @@
7
from dataclasses import dataclass, field
8
from typing import List, Optional
9
10
-from linode_api4 import JSONObject
+from linode_api4.objects.serializable import JSONObject
11
12
13
@dataclass
0 commit comments