-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Iterate over the dictionary directly instead of using .keys…
…(). (#3631) * Iterate over the dictionay directly instead of using .keys(). * chore: adding changelog file 3631.added.md [dependabot-skip] * chore: adding changelog file 3631.added.md [dependabot-skip] * chore: update src/ansys/mapdl/core/pool.py * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * chore: empty commit to trigger CICD --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: German <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
38d51a1
commit 841313d
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
refactor: Iterate over the dictionary directly instead of using .keys(). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters