Skip to content

Commit

Permalink
Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Sep 26, 2023
1 parent 124a7d1 commit f2fcd3b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ def user_can_search(self):
"""States if the user can see the search button"""
return self.user_can_manage

@property
def user_exeed_limit(self):
"""Check if user did not exceed the bookings limit"""

@property
@memoize
def booker(self):
Expand Down

0 comments on commit f2fcd3b

Please sign in to comment.