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 Jun 5, 2024
1 parent 3c2c961 commit 5439f74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ def main():
raise ValueError("Unrecognized python interpreter: {}".format(REQUIRED_PYTHON))

if system_major != required_major:
raise TypeError(
"This project requires Python {}. Found: Python {}".format(
required_major, sys.version
)
)
raise TypeError("This project requires Python {}. Found: Python {}".format(required_major, sys.version))
else:
print(">>> Development environment passes all tests!")

Expand Down

0 comments on commit 5439f74

Please sign in to comment.