Skip to content

Commit a45a0fa

Browse files
committed
fixing lint
1 parent c764906 commit a45a0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"MonitorServiceToken",
66
"AggregateFunction",
77
]
8-
from dataclasses import dataclass, field
8+
from dataclasses import dataclass
99
from typing import List, Optional
1010

1111
from linode_api4.objects.base import Base, Property

0 commit comments

Comments
 (0)