Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8766c6a
ragflow
/
sdk
/
python
/
test
/
test_frontend_api
/
get_email.py
zhichyu
Fix errors detected by Ruff (#3918)
0404a52
3 months ago
raw
Copy download link
history
blame
110 Bytes
def
test_get_email
(
get_email
):
print
(
"\nEmail account:"
,flush=
True
)
print
(
f"
{get_email}
\n"
,flush=
True
)