Fix encoding problems in python2

This commit is contained in:
Ritiek
2017-06-21 00:34:42 +05:30
parent 0c328079a8
commit dbae345680
2 changed files with 0 additions and 7 deletions

View File

@@ -1 +0,0 @@
{}

View File

@@ -1,6 +0,0 @@
# content of test_sample.py
def func(x):
return x + 1
def test_answer():
assert func(3) == 4