Skip to content

Commit 90eac78

Browse files
committed
Apply ruff formatting
1 parent a31ce7e commit 90eac78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_idna_uts46.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is automatically generated by tools/idna-data
22

33
import unittest
4+
45
import idna
56

67

tools/idna-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def uts46_tests(ucdata):
683683
]
684684

685685
yield "# This file is automatically generated by tools/idna-data\n"
686-
yield "import unittest"
686+
yield "import unittest\n"
687687
yield "import idna\n\n"
688688
yield "class UTS46Tests(unittest.TestCase):\n"
689689

0 commit comments

Comments
 (0)