Browse Source

Add encoding specification for Python 2

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.2
julienmalard 3 years ago
parent
commit
e5081420c6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/test_reconstructor.py

+ 2
- 0
tests/test_reconstructor.py View File

@@ -1,3 +1,5 @@
# coding=utf-8

import json
import unittest
from unittest import TestCase


Loading…
Cancel
Save