add trailing comma in imports tuple -- for linter
This commit is contained in:
parent
ef6805f318
commit
77b91d191c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ from .helper import (
|
||||||
pixel_object_auto_write,
|
pixel_object_auto_write,
|
||||||
pixel_object_auto_write_set,
|
pixel_object_auto_write_set,
|
||||||
pixel_object_brightness,
|
pixel_object_brightness,
|
||||||
pixel_object_brightness_set
|
pixel_object_brightness_set,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue