Skip to content

Commit eb2566c

Browse files
oops
1 parent 5739a51 commit eb2566c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

linode_api4/objects/networking.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
"""

test/integration/models/linode/test_linode.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99

1010
import pytest
1111

12-
<<<<<<< Updated upstream
13-
=======
14-
from linode_api4 import (
15-
InterfaceGeneration,
16-
LinodeInterface,
17-
)
18-
>>>>>>> Stashed changes
1912
from linode_api4.errors import ApiError
2013
from linode_api4.objects import (
2114
Config,
2215
ConfigInterface,
2316
ConfigInterfaceIPv4,
2417
Disk,
2518
Instance,
19+
InterfaceGeneration,
20+
LinodeInterface,
2621
Type,
2722
)
2823
from linode_api4.objects.linode import InstanceDiskEncryptionType, MigrationType

0 commit comments

Comments
 (0)