donnemartin / donnemartin/interactive-coding-challenges

Issue : Missing `import sys` in `test_stack_min.py`

Open
#316 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.