Skip to content

Commit 06f6679

Browse files
kaifcodecVamatoHD
andauthored
fix: ruff fixes
Co-authored-by: Vamato <62358492+VamatoHD@users.noreply.github.com>
1 parent 7f7f96c commit 06f6679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_scanner/email_scan/dev/boot_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def _check(email: str) -> Result:
2121

2222
if response.status_code == 200:
2323
data = response.json()
24-
if data.get("Exists") and data.get("Exists") == True:
24+
if data.get("Exists") is True:
2525
return Result.taken(url=show_url)
2626
else:
2727
return Result.available(url=show_url)

0 commit comments

Comments
 (0)