1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

fix flake8 errors

This commit is contained in:
Steffen Vogel 2021-02-17 13:01:30 +01:00
parent d06c388e56
commit f10708d771

View file

@ -5,9 +5,11 @@ from villas.node.node import Node as VILLASnode
def get_dpsim_shmem_interface_signals():
""" It would be nice if the DPsim Shmem interface could build-up a list of actual
signal descriptions (names, units, etc..) which attributes are exported.
This would eliviate the user from manually configuring signal mappings """
""" It would be nice if the DPsim Shmem interface could
build-up a list of actual signal descriptions
(names, units, etc..) which attributes are exported.
This would eliviate the user from manually configuring
signal mappings """
signals = []
for i in range(0, 30):