mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
Remove unused db query property for received offer does not exist (#1684)
This commit is contained in:
parent
2016f057d3
commit
ab4984ede4
1 changed files with 0 additions and 4 deletions
|
|
@ -150,10 +150,6 @@ class SqueakDb:
|
|||
def profile_is_following(self):
|
||||
return self.profiles.c.following == True # noqa: E711
|
||||
|
||||
@property
|
||||
def received_offer_does_not_exist(self):
|
||||
return self.received_offers.c.squeak_hash == None # noqa: E711
|
||||
|
||||
@property
|
||||
def timestamp_now_ms(self):
|
||||
return int(time.time() * 1000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue