From 26e5135b1ab7f59922f197ec73ae13ba1e82393b Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 22:16:24 -0400 Subject: format with newer version of black --- examples/eit_with_vcsel.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/eit_with_vcsel.py') diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py index 3263387..b9176f1 100644 --- a/examples/eit_with_vcsel.py +++ b/examples/eit_with_vcsel.py @@ -50,9 +50,9 @@ class BfieldDriver(KeysightE3612A): def __init__(self, *args, **kwds): super().__init__(*args, **kwds) - self.config[ - "Device type" - ] = "B field coil driver based on Keysight E3612A power supply" + self.config["Device type"] = ( + "B field coil driver based on Keysight E3612A power supply" + ) self.config["Device model"] = "v0.1" self.deviceProperties.update({"B", "Bslope_TperA", "CoilAssignment"}) """" -- cgit v1.2.3