Skip to content

Commit 9cd0ef8

Browse files
rajathagasthyaserhiy-storchaka
authored andcommitted
bpo-31029: test_tokenize Add missing import unittest (#2998)
1 parent 4795ba8 commit 9cd0ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_tokenize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
STRING, ENDMARKER, ENCODING, tok_name, detect_encoding,
44
open as tokenize_open, Untokenizer)
55
from io import BytesIO
6+
import unittest
67
from unittest import TestCase, mock
78
from test.test_grammar import (VALID_UNDERSCORE_LITERALS,
89
INVALID_UNDERSCORE_LITERALS)

0 commit comments

Comments
 (0)