mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fix missing sys import (#239)
This commit is contained in:
parent
561b3203cc
commit
fe227a3fe3
|
@ -1,3 +1,4 @@
|
|||
import sys
|
||||
from nose.tools import assert_equal
|
||||
|
||||
|
||||
|
@ -41,4 +42,4 @@ def main():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user