Skip to content

Commit b49bf51

Browse files
committed
doc(hansbug): simplify demo in README.md
1 parent 26dd6b1 commit b49bf51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ We can create a python script which is named `test_simple.py`
3838
from potc import transvars
3939
from treevalue import FastTreeValue, raw
4040

41-
from potc_treevalue.plugin import __rules__
42-
4341
r = raw({'a': 1, 'b': 2, 'c': [3, 4]})
4442
t = FastTreeValue({
4543
'a': 1, 'b': 'this is a string',
@@ -52,7 +50,6 @@ st = t._detach()
5250
if __name__ == '__main__':
5351
_code = transvars(
5452
{'t': t, 'st': t._detach(), 'r': r},
55-
trans=[__rules__],
5653
reformat='pep8'
5754
)
5855
print(_code)

0 commit comments

Comments
 (0)