Skip to content

Commit cc6a3b2

Browse files
Fix trailing whitespace in test_inspect
1 parent 43b157b commit cc6a3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,7 @@ def _coroutinestate(self):
28782878

28792879
def test_created(self):
28802880
self.assertEqual(self._coroutinestate(), inspect.CORO_CREATED)
2881-
2881+
28822882
def test_generator_based_coroutine_introspection(self):
28832883
from inspect import getcoroutinestate
28842884
from types import coroutine

0 commit comments

Comments
 (0)