Skip to content

Commit b43743b

Browse files
committed
Address nits from review, period.
1 parent 7e1f5c5 commit b43743b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Lib/test/test_webbrowser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ def close(self):
329329
@unittest.skipUnless(sys.platform == "darwin", "macOS specific test")
330330
@requires_subprocess()
331331
class MacOSXOSAScriptTest(unittest.TestCase):
332-
maxDiff = None
333-
334-
def setUp(self):
332+
def setUp(self):
335333
# Ensure that 'BROWSER' is not set to 'open' or something else.
336334
# See: https://github.com/python/cpython/issues/131254.
337335
env = self.enterContext(os_helper.EnvironmentVarGuard())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Reject leading dashes in URLs passed to :func:`webbrowser.open`
1+
Reject leading dashes in URLs passed to :func:`webbrowser.open`.

0 commit comments

Comments
 (0)