Skip to content

Commit 2209c1d

Browse files
committed
move noqa elsewhere
1 parent 27490c6 commit 2209c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automated_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
sys.modules["unidecode"] = type(sys)("unidecode")
3131

3232
import ayon_api # noqa: E402
33-
from ayon_api.server_api import (
33+
from ayon_api.server_api import ( # noqa: E402
3434
ServerAPI,
3535
_PLACEHOLDER,
3636
_ActionsAPI,
37-
) # noqa: E402
37+
)
3838
from ayon_api.utils import NOT_SET # noqa: E402
3939

4040
EXCLUDED_METHODS = {

0 commit comments

Comments
 (0)