You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpx-python currently uses the default Python logger, which can potentially be reset and / or reconfigured by other libraries working alongside cpx-python. We should use a named logger to minimize the chance of this happening.
avoid fstrings
For performance. f strings are evaluated at the call site instead of inside.
The text was updated successfully, but these errors were encountered:
Use a named logger
cpx-python
currently uses the default Python logger, which can potentially be reset and / or reconfigured by other libraries working alongsidecpx-python
. We should use a named logger to minimize the chance of this happening.avoid fstrings
For performance. f strings are evaluated at the call site instead of inside.
The text was updated successfully, but these errors were encountered: