Skip to content

Commit a7479ba

Browse files
committed
Update test_clinic to fix the Lint CI
1 parent 869a484 commit a7479ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_clinic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ def _test(self, input, output):
822822

823823
blocks = list(BlockParser(input, language))
824824
writer = BlockPrinter(language)
825-
c = _make_clinic()
826825
for block in blocks:
827826
writer.print_block(block)
828827
output = writer.f.getvalue()

0 commit comments

Comments
 (0)