ragflow / sdk /python /test /test_sdk_api /get_email.py
zhichyu's picture
Fix errors detected by Ruff (#3918)
0404a52
raw
history blame
110 Bytes
def test_get_email(get_email):
print("\nEmail account:",flush=True)
print(f"{get_email}\n",flush=True)