Skip to content

Commit 0a8954b

Browse files
Add docstring and fix imports
1 parent fd90d67 commit 0a8954b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

linode_api4/groups/maintenance.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
from linode_api4 import MappedObject
21
from linode_api4.groups import Group
2+
from linode_api4.objects import MappedObject
33

44

55
class MaintenanceGroup(Group):
6+
"""
7+
Collections related to Maintenance.
8+
"""
69
def maintenance_policies(self):
710
"""
811
Returns a collection of MaintenancePolicy objects representing

0 commit comments

Comments
 (0)