From d503c142b58979fd2508fdb94052e1bf32ea0046 Mon Sep 17 00:00:00 2001 From: Marcel Coetzee Date: Mon, 11 Mar 2024 22:12:57 +0200 Subject: [PATCH] Format #1055 Signed-off-by: Marcel Coetzee --- .../configuration/specs/connection_string_credentials.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dlt/common/configuration/specs/connection_string_credentials.py b/dlt/common/configuration/specs/connection_string_credentials.py index 0574c7a0ac..54007bb127 100644 --- a/dlt/common/configuration/specs/connection_string_credentials.py +++ b/dlt/common/configuration/specs/connection_string_credentials.py @@ -29,9 +29,7 @@ def parse_native_representation(self, native_value: Any) -> None: # Query may be immutable so make it mutable. self.query = dict(self.query) except Exception as e: - raise InvalidConnectionString( - self.__class__, native_value, self.drivername - ) from e + raise InvalidConnectionString(self.__class__, native_value, self.drivername) from e def on_resolved(self) -> None: if self.password: