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 1a7af8d commit 1e142dbCopy full SHA for 1e142db
instant_python/initialize/application/project_initializer.py
@@ -10,4 +10,4 @@ def __init__(
10
self._project_renderer = renderer
11
12
def execute(self, config: ConfigSchema) -> None:
13
- project_structure = self._project_renderer.render(context_config=config)
+ _ = self._project_renderer.render(context_config=config)
0 commit comments