lazy initialize zendesk_client

This commit is contained in:
Kenneth Kehl
2025-10-02 07:36:55 -07:00
parent 7d80326051
commit 65911044fd
3 changed files with 21 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ xfail_strict=true
exclude = venv*,__pycache__,node_modules,cache,migrations,build,sample_cap_xml_documents.py
max-line-length = 120
# W504 line break after binary operator
extend_ignore=B306, W504, E203
extend_ignore=B306, W504, E203, F824
[isort]
profile = black