Skip to content

Commit 317d534

Browse files
committed
fix(connectors): move lgtm suppression to flagged line, guard with fmt:off
1 parent 07054ce commit 317d534

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gaia/connectors/store.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ def _set():
169169

170170
_set()
171171
# Log only non-sensitive metadata.
172-
logger.debug(
173-
"store: saved connection provider=%s scopes=%d", provider, len(scopes)
174-
) # lgtm[py/clear-text-logging-sensitive-data]
172+
# fmt: off
173+
logger.debug("store: saved connection provider=%s scopes=%d", provider, len(scopes)) # lgtm[py/clear-text-logging-sensitive-data]
174+
# fmt: on
175175

176176

177177
def load_connection(

0 commit comments

Comments
 (0)