Skip to content

Commit

Permalink
Remove extraneous whitespace. (python#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhs authored Feb 5, 2020
1 parent 8926f7a commit 7b1ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_genericalias.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BaseTest(unittest.TestCase):

def test_subscriptable(self):
for t in (type, tuple, list, dict, set, frozenset,
defaultdict, deque,
defaultdict, deque,
OrderedDict, Counter, UserDict, UserList,
IOBase,
Pattern, Match,
Expand Down

0 comments on commit 7b1ad20

Please sign in to comment.