mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 01:58:39 +00:00
Fix pylint disable comment placement for esptool.main
This commit is contained in:
+4
-2
@@ -730,8 +730,10 @@ def upload_using_esptool(
|
||||
import esptool
|
||||
|
||||
return run_external_command(
|
||||
esptool.main, *cmd, line_callbacks=line_callbacks
|
||||
) # pylint: disable=no-member
|
||||
esptool.main, # pylint: disable=no-member
|
||||
*cmd,
|
||||
line_callbacks=line_callbacks,
|
||||
)
|
||||
|
||||
return run_external_process(*cmd, line_callbacks=line_callbacks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user