mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update schedulers and lint everything
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import List
|
||||
|
||||
|
||||
def xyz_grid_enum(option: str = "") -> List[dict]:
|
||||
from scripts.xyz import xyz_grid_classes
|
||||
from scripts.xyz import xyz_grid_classes # pylint: disable=no-name-in-module
|
||||
options = []
|
||||
for x in xyz_grid_classes.axis_options:
|
||||
_option = {
|
||||
|
||||
Reference in New Issue
Block a user