Skip to content

Commit c9e1b72

Browse files
committed
fix import
1 parent c724522 commit c9e1b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/monitor_api.py

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

10-
from linode_api4 import JSONObject
10+
from linode_api4.objects.serializable import JSONObject
1111

1212

1313
@dataclass

0 commit comments

Comments
 (0)