feat: mypy for all type check (#10921)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from novita_client import (
|
||||
from novita_client import ( # type: ignore
|
||||
Txt2ImgV3Embedding,
|
||||
Txt2ImgV3HiresFix,
|
||||
Txt2ImgV3LoRA,
|
||||
|
||||
@@ -2,7 +2,7 @@ from base64 import b64decode
|
||||
from copy import deepcopy
|
||||
from typing import Any, Union
|
||||
|
||||
from novita_client import (
|
||||
from novita_client import ( # type: ignore
|
||||
NovitaClient,
|
||||
)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ from base64 import b64decode
|
||||
from copy import deepcopy
|
||||
from typing import Any, Union
|
||||
|
||||
from novita_client import (
|
||||
from novita_client import ( # type: ignore
|
||||
NovitaClient,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user