We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9688 commit d896266Copy full SHA for d896266
libmodernize/main.py
@@ -5,6 +5,7 @@
5
|_|_|_\\___/\\__,_\\___|_| |_||_|_/__\\___|\
6
"""
7
8
+from __future__ import generator_stop
9
10
import logging
11
import optparse
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[tool.isort]
profile = "black"
-add_imports="from __future__ import generator_stop"
+add_imports=["from __future__ import generator_stop"]
[tool.pytest.ini_options]
addopts = [
0 commit comments