mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Remove unneeded assertion
This commit is contained in:
parent
ed9c7e4694
commit
a720726479
1 changed files with 1 additions and 3 deletions
|
|
@ -36,6 +36,4 @@ class AcceptTermsOfService(Scaffold):
|
|||
)
|
||||
)
|
||||
|
||||
assert r
|
||||
|
||||
return True
|
||||
return bool(r)
|
||||
|
|
|
|||
Loading…
Reference in a new issue