Skip to content

Commit 35665e5

Browse files
committed
Lint issue fixed
1 parent 017d8b2 commit 35665e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def get_valid_python_versions(self):
309309
return self.env_config['python']['supported_versions']
310310
except (KeyError, TypeError):
311311
versions = set()
312-
for name, options in DOCKER_IMAGE_SETTINGS.items():
312+
for _, options in DOCKER_IMAGE_SETTINGS.items():
313313
versions = versions.union(options['python']['supported_versions'])
314314
return versions
315315

0 commit comments

Comments
 (0)