Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 29, 2024
1 parent 8a2d019 commit 0206270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/masonite/queues/Queueable.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ class Queueable:

run_again_on_fail = True
run_times = 3

def queue(self):
return "default"


def handle(self):
pass
Expand Down

0 comments on commit 0206270

Please sign in to comment.