Skip to content

Commit 76e8949

Browse files
committed
Removed unused imports
1 parent fdfbc82 commit 76e8949

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
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass, field
2-
from typing import Any, List, Optional, Union
2+
from typing import List, Optional, Union
33

44
from linode_api4.objects import DerivedBase
55
from linode_api4.objects.base import Base, Property

0 commit comments

Comments
 (0)