We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b42abf commit d43ac0cCopy full SHA for d43ac0c
tools/main.py
@@ -1,4 +1,4 @@
1
import requests
2
3
-if __main__ == "__main__":
+if __name__ == "__main__":
4
print(f"requests.__version__ == {requests.__version__}")
0 commit comments