Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Harmony18090
/
server
like
0
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
server
/
source
/
astor
/
codegen.py
Harmony18090
Add source batch 1/11
e062359
verified
4 days ago
raw
Copy download link
history
blame
204 Bytes
import
warnings
from
.code_gen
import
*
# NOQA
warnings.warn(
'astor.codegen module is deprecated. Please import '
'astor.code_gen module instead.'
,
DeprecationWarning,
stacklevel=
2
)