Skip to content

Commit

Permalink
Fixed issue with previous merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Nov 15, 2021
1 parent cb7a2fb commit e03d18e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ a **TCPServer**:
@dataclass
class RandomTrampoline(ComponentConfig):
<<<<<<< HEAD
=======

def __call__(self) -> Component: # noqa: D102
return DeviceSimulation(
name=self.name,
device=RandomTrampolineDevice(),
adapters=[RemoteControlledAdapter(server=TcpServer(format="%b\r\n"))])


class RandomTrampolineDevice(Device):
>>>>>>> origin/master
def __call__(self) -> Component: # noqa: D102
return DeviceSimulation(
Expand Down

0 comments on commit e03d18e

Please sign in to comment.