Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed May 23, 2024
1 parent 2a90978 commit ec50a11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

# CM protocol checking switched to TypeError in Python 3.11
cl2_cm_api_exc_type = TypeError if (_py_ver >= (3, 11)) else AttributeError
cl2_cm_api_exc_text_legacy = {
"": "has no attribute",
"__enter__": "__enter__",
"__exit__": "__exit__",
}
if cl2_cm_api_exc_type is AttributeError:
cl2_cm_api_exc_text_sync = {
"": "has no attribute",
Expand Down

0 comments on commit ec50a11

Please sign in to comment.