Skip to content

Commit 76a492a

Browse files
authored
Update strategy-after-fn.py
1 parent 36a202a commit 76a492a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3 - strategy pattern/strategy-after-fn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def random_ordering(list: SupportTickets) -> SupportTickets:
3737
return list_copy
3838

3939

40-
def black_hole_ordering(_: SupportTickets) -> SupportTickets:
40+
def blackhole_ordering(_: SupportTickets) -> SupportTickets:
4141
return []
4242

4343

0 commit comments

Comments
 (0)