File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
1919 * [ Prefer Generator Expressions] ( /catalog/python/#prefer-generator-expressions )
2020 * [ Remove ` async ` function] ( /catalog/python/#remove-async-function )
2121 * [ Rewrite ` Optional[Type] ` to ` Type | None ` ] ( /catalog/python/#rewrite-optional-type-to-type-none )
22+ * [ Refactor pytest fixtures] ( /catalog/python/#refactor-pytest-fixtures )
2223* [ Ruby] ( /catalog/ruby/ )
2324 * [ Prefer Symbol over Proc] ( /catalog/ruby/#prefer-symbol-over-proc )
2425 * [ Migrate action_filter in Ruby on Rails] ( /catalog/ruby/#migrate-action-filter-in-ruby-on-rails )
25- * [ Refactor pytest fixtures] ( /catalog/python/#refactor-pytest-fixtures )
2626* [ Rust] ( /catalog/rust/ )
2727 * [ Avoid Duplicated Exports] ( /catalog/rust/#avoid-duplicated-exports )
2828 * [ Get number of digits in a ` usize ` ] ( /catalog/rust/#get-number-of-digits-in-a-usize )
@@ -39,4 +39,4 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
3939 * [ Rewrite MobX Component Style] ( /catalog/tsx/#rewrite-mobx-component-style )
4040 * [ Unnecessary React Hook] ( /catalog/tsx/#avoid-unnecessary-react-hook )
4141* [ Java] ( /catalog/java/ )
42- * [ No Unused Vars] ( /catalog/java/#no-unused-vars )
42+ * [ No Unused Vars] ( /catalog/java/#no-unused-vars )
You can’t perform that action at this time.
0 commit comments