Skip to content

Commit

Permalink
Add missing textwrap import to datetimetester
Browse files Browse the repository at this point in the history
It was added by another change in 3.13 branch.
  • Loading branch information
mgorny committed Jun 15, 2024
1 parent 19755e1 commit 729f6f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/datetimetester.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import re
import struct
import sys
import textwrap
import unittest
import warnings

Expand Down

0 comments on commit 729f6f5

Please sign in to comment.