From be11fa089bd47e7df06f6e54fa73b1a4bbf213a0 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 24 Jul 2024 23:46:50 -0400 Subject: make flake8 happy with black formatter --- qolab/hardware/scope/rigolds1054z.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware/scope/rigolds1054z.py') diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 566ec63..53b23e1 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -341,7 +341,7 @@ class RigolDS1054z(ScopeSCPI): ) logger.info("Redoing, chunk reading.") continue # we need to repeat chunk read - wfRaw[strt - 1 : stp] = wfRawChunk + wfRaw[strt - 1 : stp] = wfRawChunk # noqa: E203 whitespace before ':' """ All this craziness with tuning chunk_size and catching VisaIOError -- cgit v1.2.3