mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-23 22:50:17 +08:00

### What problem does this PR solve? Fix errors detected by Ruff ### Type of change - [x] Refactoring
3 lines
110 B
Python
3 lines
110 B
Python
def test_get_email(get_email):
|
|
print("\nEmail account:",flush=True)
|
|
print(f"{get_email}\n",flush=True) |