diff --git a/modelscope/hub/t_jy.py b/modelscope/hub/t_jy.py deleted file mode 100644 index baf84f46..00000000 --- a/modelscope/hub/t_jy.py +++ /dev/null @@ -1,16 +0,0 @@ -def dec(param1): - print(param1) - - def in_dec(func): - def in_func(name): - return func(name) - return in_func - return in_dec - - -@dec("dec1") -def aa(param): - print(param) - return - -aa("heell") \ No newline at end of file