Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Jul 29, 2022
1 parent 20daf2b commit ad764be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyefun/调试/调试输出.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
try:
from icecream import ic
except ImportError: # Graceful fallback if IceCream isn't installed.
print("ic 调试需要安装 pip install icecream")
# print("ic 调试需要安装 pip install icecream")
ic = lambda *a: None if not a else (a[0] if len(a) == 1 else a) # noqa

0 comments on commit ad764be

Please sign in to comment.