We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfdb60 commit 90addd6Copy full SHA for 90addd6
Lib/test/test_tokenize.py
@@ -3,6 +3,7 @@
3
STRING, ENDMARKER, ENCODING, tok_name, detect_encoding,
4
open as tokenize_open, Untokenizer)
5
from io import BytesIO
6
+import unittest
7
from unittest import TestCase, mock
8
from test.test_grammar import (VALID_UNDERSCORE_LITERALS,
9
INVALID_UNDERSCORE_LITERALS)
0 commit comments