Skip to content

Commit 278215d

Browse files
committed
Remove humanfriendly.compat.unittest (#53)
1 parent 57cb625 commit 278215d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

humanfriendly/compat.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Human friendly input/output in Python.
22
#
33
# Author: Peter Odding <[email protected]>
4-
# Last Change: December 10, 2020
4+
# Last Change: September 17, 2021
55
# URL: https://humanfriendly.readthedocs.io
66

77
"""
@@ -56,16 +56,11 @@
5656
'on_windows',
5757
'unichr',
5858
'unicode',
59-
# This export remains here so as not to break my dozen or so other Python
60-
# projects using 'from humanfriendly.compat import unittest' from good old
61-
# times (when Python 2.6 was still a thing). It will eventually be removed.
62-
'unittest',
6359
'which',
6460
)
6561

6662
# Standard library modules.
6763
import sys
68-
import unittest
6964

7065
# Differences between Python 2 and 3.
7166
try:

0 commit comments

Comments
 (0)