Skip to content

Commit

Permalink
move line inside try
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jan 15, 2024
1 parent 6b55b64 commit b9022be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,9 @@
for module_name in python_builtins:
try:
__import__(module_name)
install_requires.append(module_name)
except ImportError:
pass
else:
install_requires.append(module_name)

includes = []
excludes = [
Expand Down

0 comments on commit b9022be

Please sign in to comment.