You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #4445 Removed unnecessary use statement (Alex Salguero)
This PR was merged into the 2.3 branch.
Discussion
----------
Removed unnecessary use statement
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets |
Found a rather unnecessary "use" statement in the code example in the "debugging" cookbook. Makes it difficult to spot the changes between one code example and the following one and know what changed.
Commits
-------
6a9162b Removed unnecessary use statement in code example in the debugging cookbook
0 commit comments