Skip to content

Commit bca3d42

Browse files
pycheck style
1 parent 91486f4 commit bca3d42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • ingestion/src/metadata/ingestion/source/database/sapsuccessfactors

ingestion/src/metadata/ingestion/source/database/sapsuccessfactors/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
logger = ingestion_logger()
4343

4444
ODATA_METADATA_PATH = "/odata/{version}/$metadata"
45-
SAP_DATA_NS = "http://www.sap.com/Protocols/SAPData" # NOSONAR - XML namespace URI, not a URL
45+
SAP_DATA_NS = (
46+
"http://www.sap.com/Protocols/SAPData" # NOSONAR - XML namespace URI, not a URL
47+
)
4648

4749
_SAML_NS = "urn:oasis:names:tc:SAML:2.0:assertion"
4850
_DS_NS = "http://www.w3.org/2000/09/xmldsig#" # NOSONAR - W3C XML namespace URI

0 commit comments

Comments
 (0)