Skip to content

Commit ff6c5ba

Browse files
Add PR number to make lint happy
1 parent d71eb91 commit ff6c5ba

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ sre_*
229229
-----
230230

231231
* Removed :mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules.
232-
(Contributed by Stan Ulbrych in :gh:``.)
232+
(Contributed by Stan Ulbrych in :gh:`135994`.)
233233

234234

235235
http.server

Lib/test/test_pyclbr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import pyclbr
1212
from unittest import TestCase, main as unittest_main
1313
from test.test_importlib import util as test_importlib_util
14-
import warnings
1514

1615

1716
StaticMethodType = type(staticmethod(lambda: None))

Lib/test/test_re.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import locale
66
import re
77
import string
8-
import sys
98
import unittest
109
import warnings
1110
from re import Scanner

0 commit comments

Comments
 (0)