Skip to content

Commit 2251c4d

Browse files
style: ruff autofix (auto)
1 parent c89380e commit 2251c4d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

enhancements/connectors/azure_blob/connector.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ def is_available(cls, manager, user_id=None) -> bool:
8787
# Enterprise/SaaS gate still applies -- IBM_AUTH_ENABLED like the other
8888
# bucket connectors (aws_s3, ibm_cos), or OPENRAG_DEV_AZURE_BLOB=true to
8989
# bypass IBM auth for local dev (e.g. against Azurite; never in production).
90-
return is_azure_blob_enabled() and (
91-
IBM_AUTH_ENABLED or is_dev_azure_blob_enabled()
92-
)
90+
return is_azure_blob_enabled() and (IBM_AUTH_ENABLED or is_dev_azure_blob_enabled())
9391

9492
@classmethod
9593
def register_routes(cls, app) -> None:

0 commit comments

Comments
 (0)