Skip to content

Commit 6347d1f

Browse files
committed
fix: toxfile for polywrap-core
1 parent 906082a commit 6347d1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""This package contains the core types, interfaces, and utilities of polywrap-client."""
2-
from .utils import *
32
from .types import *
3+
from .utils import *

packages/polywrap-core/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
commands =
1111
isort --check-only polywrap_core
1212
black --check polywrap_core
13-
pycln --check polywrap_core --disable-all-dunder-policy
13+
; pycln --check polywrap_core --disable-all-dunder-policy
1414
pylint polywrap_core
1515
pydocstyle polywrap_core
1616

@@ -26,5 +26,5 @@ commands =
2626
commands =
2727
isort polywrap_core
2828
black polywrap_core
29-
pycln polywrap_core --disable-all-dunder-policy
29+
; pycln polywrap_core --disable-all-dunder-policy
3030

0 commit comments

Comments
 (0)