Skip to content

Commit c724522

Browse files
committed
fix import
1 parent 56d8846 commit c724522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linode_api4/objects/monitor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from dataclasses import dataclass, field
88
from typing import List, Optional
99

10-
from linode_api4.objects import Base, JSONObject, Property, StrEnum
10+
from linode_api4.objects.base import Base, Property
11+
from linode_api4.objects.serializable import JSONObject, StrEnum
1112

1213

1314
class AggregateFunction(StrEnum):

0 commit comments

Comments
 (0)