diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py b/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py index 4956f09fdbc1d2b412f93022d8a85f5200fa47c5..b232c2a2152b2f505c72c0413279ebc7e2f40984 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py @@ -236,4 +236,4 @@ class SDP(opcua_device): # ---------- def main(**kwargs): """Main function of the SDP module.""" - return entry(SDP, **kwargs) \ No newline at end of file + return entry(SDP, **kwargs)