Skip to content

Commit 210a422

Browse files
committed
Remove Unused Import in Template
1 parent 9bef178 commit 210a422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/plugins/conan/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _create_conanfile(conan_file: Path, dependencies: list[ConanDependency]) ->
125125
"""Creates a conanfile.py file with the necessary content."""
126126
template_string = """
127127
from conan import ConanFile
128-
from conan.tools.cmake import CMake, CMakeToolchain, cmake_layout
128+
from conan.tools.cmake import CMake, cmake_layout
129129
130130
class MyProject(ConanFile):
131131
name = "myproject"

0 commit comments

Comments
 (0)