donnemartin / donnemartin/interactive-coding-challenges
Issue : Missing `import sys` in `test_stack_min.py`
Open
- Dominant language
- Python
- Stars
- 31.8k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
The code in `test_stack_min.py` uses `sys.maxsize` without importing the `sys` module. This will lead to a `NameError`. Add `import sys` at the beginning of the file.
Contributor guide
Assessment
This issue has not been assessed yet.