From e5081420c68251cb740c7b5a1dd3118b5bf89cca Mon Sep 17 00:00:00 2001 From: julienmalard Date: Tue, 10 Nov 2020 10:47:02 -0500 Subject: [PATCH] Add encoding specification for Python 2 --- tests/test_reconstructor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_reconstructor.py b/tests/test_reconstructor.py index 6196f4a..45a6656 100644 --- a/tests/test_reconstructor.py +++ b/tests/test_reconstructor.py @@ -1,3 +1,5 @@ +# coding=utf-8 + import json import unittest from unittest import TestCase