We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d8846 commit c724522Copy full SHA for c724522
linode_api4/objects/monitor.py
@@ -7,7 +7,8 @@
7
from dataclasses import dataclass, field
8
from typing import List, Optional
9
10
-from linode_api4.objects import Base, JSONObject, Property, StrEnum
+from linode_api4.objects.base import Base, Property
11
+from linode_api4.objects.serializable import JSONObject, StrEnum
12
13
14
class AggregateFunction(StrEnum):
0 commit comments