Commit 51ead97
committed
fix(aio_data, browser_data): remove unused config parameter in WebSocket URL methods
Removed the config parameter from the _build_ws_url method calls in both AioDataAPI and BrowserDataAPI classes. This simplifies the method signature and improves code clarity by eliminating unnecessary arguments.
---
修复(aio_data, browser_data): 移除 WebSocket URL 方法中未使用的 config 参数
在 AioDataAPI 和 BrowserDataAPI 类中移除了 _build_ws_url 方法调用中的 config 参数。这简化了方法签名,并通过消除不必要的参数提高了代码清晰度。
Change-Id: I657c950ed45ff35e830ad7601008cb05dad7ac38
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 7beb0a7 commit 51ead97
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments