From 11fac01b18df8076f6c64b250a9cda0d682ea840 Mon Sep 17 00:00:00 2001 From: dharaniprakashkm Date: Wed, 3 Apr 2024 22:16:33 +0530 Subject: [PATCH] Removed the additional new line at the end of the file --- src/handwritten/_install_daqmx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handwritten/_install_daqmx.py b/src/handwritten/_install_daqmx.py index 622a66d2..7cc4a5a5 100644 --- a/src/handwritten/_install_daqmx.py +++ b/src/handwritten/_install_daqmx.py @@ -266,4 +266,3 @@ def installdriver() -> None: raise click.ClickException( f"An error occurred during the installation of the NI-DAQmx driver.\nDetails: {e}" ) from e -