We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31ce7e commit 90eac78Copy full SHA for 90eac78
tests/test_idna_uts46.py
@@ -1,6 +1,7 @@
1
# This file is automatically generated by tools/idna-data
2
3
import unittest
4
+
5
import idna
6
7
tools/idna-data
@@ -683,7 +683,7 @@ def uts46_tests(ucdata):
683
]
684
685
yield "# This file is automatically generated by tools/idna-data\n"
686
- yield "import unittest"
+ yield "import unittest\n"
687
yield "import idna\n\n"
688
yield "class UTS46Tests(unittest.TestCase):\n"
689
0 commit comments