File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
test/integration/models/linode Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,6 @@ def linode(self):
101101
102102 return self ._linode
103103
104- < << << << Updated upstream
105- # TODO (Enhanced Interfaces): Add `interface` property method
106- == == == =
107104 @property
108105 def interface (self ) -> Optional ["LinodeInterface" ]:
109106 """
@@ -128,7 +125,6 @@ def interface(self) -> Optional["LinodeInterface"]:
128125 )
129126
130127 return self ._interface
131- >> >> >> > Stashed changes
132128
133129 def to (self , linode ):
134130 """
Original file line number Diff line number Diff line change 99
1010import pytest
1111
12- < << << << Updated upstream
13- == == == =
14- from linode_api4 import (
15- InterfaceGeneration ,
16- LinodeInterface ,
17- )
18- > >> >> >> Stashed changes
1912from linode_api4 .errors import ApiError
2013from linode_api4 .objects import (
2114 Config ,
2215 ConfigInterface ,
2316 ConfigInterfaceIPv4 ,
2417 Disk ,
2518 Instance ,
19+ InterfaceGeneration ,
20+ LinodeInterface ,
2621 Type ,
2722)
2823from linode_api4 .objects .linode import InstanceDiskEncryptionType , MigrationType
You can’t perform that action at this time.
0 commit comments