We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a202a commit 76a492aCopy full SHA for 76a492a
3 - strategy pattern/strategy-after-fn.py
@@ -37,7 +37,7 @@ def random_ordering(list: SupportTickets) -> SupportTickets:
37
return list_copy
38
39
40
-def black_hole_ordering(_: SupportTickets) -> SupportTickets:
+def blackhole_ordering(_: SupportTickets) -> SupportTickets:
41
return []
42
43
0 commit comments