Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 25, 2024
1 parent 092efb7 commit 5b2ad9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyiron_base/utils/strtobool.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
any imports from pyiron!
"""


__author__ = "Joerg Neugebauer, Jan Janssen"
__copyright__ = (
"Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - "
Expand Down
1 change: 1 addition & 0 deletions tests/utils/test_strtobool.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ def test_letters(self):
with self.assertRaises(ValueError):
strtobool("Vegetarians do not eat Bratwurst")


if __name__ == "__main__":
unittest.main()

0 comments on commit 5b2ad9d

Please sign in to comment.