Skip to content

Commit 74e1b0f

Browse files
committed
Fix comment in test_api.py
Signed-off-by: Martin Vrachev <[email protected]>
1 parent 8308f85 commit 74e1b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from tests import utils
2222

23-
# TODO: Remove case handling when fully dropping support for versions >= 3.6
23+
# TODO: Remove case handling when fully dropping support for versions < 3.6
2424
IS_PY_VERSION_SUPPORTED = sys.version_info >= (3, 6)
2525

2626
# Use setUpModule to tell unittest runner to skip this test module gracefully.

0 commit comments

Comments
 (0)