summaryrefslogtreecommitdiff
path: root/SCons/EnvironmentValuesTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/EnvironmentValuesTest.py')
-rw-r--r--SCons/EnvironmentValuesTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/EnvironmentValuesTest.py b/SCons/EnvironmentValuesTest.py
index 074aa85ca..25d8804d1 100644
--- a/SCons/EnvironmentValuesTest.py
+++ b/SCons/EnvironmentValuesTest.py
@@ -26,7 +26,7 @@ import unittest
from SCons.EnvironmentValues import EnvironmentValues
class MyTestCase(unittest.TestCase):
- def test_simple_environmentValues(self):
+ def test_simple_environmentValues(self) -> None:
"""Test comparing SubstitutionEnvironments
"""