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 @
19
19
* [ Prefer Generator Expressions] ( /catalog/python/#prefer-generator-expressions )
20
20
* [ Remove ` async ` function] ( /catalog/python/#remove-async-function )
21
21
* [ Rewrite ` Optional[Type] ` to ` Type | None ` ] ( /catalog/python/#rewrite-optional-type-to-type-none )
22
+ * [ Refactor pytest fixtures] ( /catalog/python/#refactor-pytest-fixtures )
22
23
* [ Ruby] ( /catalog/ruby/ )
23
24
* [ Prefer Symbol over Proc] ( /catalog/ruby/#prefer-symbol-over-proc )
24
25
* [ 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 )
26
26
* [ Rust] ( /catalog/rust/ )
27
27
* [ Avoid Duplicated Exports] ( /catalog/rust/#avoid-duplicated-exports )
28
28
* [ 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 @
39
39
* [ Rewrite MobX Component Style] ( /catalog/tsx/#rewrite-mobx-component-style )
40
40
* [ Unnecessary React Hook] ( /catalog/tsx/#avoid-unnecessary-react-hook )
41
41
* [ 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