Commit 761b4f5
committed
chore(ruff): Fix typings
tests/legacy_api/test_common.py:116:12: E721 Do not compare types, use `isinstance()`
tests/legacy_api/test_common.py:117:12: E721 Do not compare types, use `isinstance()`
tests/legacy_api/test_common.py:118:12: E721 Do not compare types, use `isinstance()`
tests/test_common.py:115:12: E721 Do not compare types, use `isinstance()`
tests/test_common.py:116:12: E721 Do not compare types, use `isinstance()`
tests/test_common.py:117:12: E721 Do not compare types, use `isinstance()`1 parent fd073da commit 761b4f5
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments