2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Remove unneeded assertion

This commit is contained in:
Dan 2021-12-16 21:05:01 +01:00
parent ed9c7e4694
commit a720726479

View File

@ -36,6 +36,4 @@ class AcceptTermsOfService(Scaffold):
)
)
assert r
return True
return bool(r)