From c782ce96e77d0c402c1ef7173a9b6766e9114a99 Mon Sep 17 00:00:00 2001 From: Thijs <snijder@astron.nl> Date: Thu, 3 Feb 2022 11:21:31 +0100 Subject: [PATCH] added newline to end of file --- tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py b/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py index 4956f09fd..b232c2a21 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) -- GitLab