Skip to content

Commit 33615c0

Browse files
committed
Make linter happy
1 parent b43743b commit 33615c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_webbrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def close(self):
329329
@unittest.skipUnless(sys.platform == "darwin", "macOS specific test")
330330
@requires_subprocess()
331331
class MacOSXOSAScriptTest(unittest.TestCase):
332-
def setUp(self):
332+
def setUp(self):
333333
# Ensure that 'BROWSER' is not set to 'open' or something else.
334334
# See: https://github.com/python/cpython/issues/131254.
335335
env = self.enterContext(os_helper.EnvironmentVarGuard())

0 commit comments

Comments
 (0)