Skip to content

Commit

Permalink
shaderc: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 21, 2024
1 parent 7dfd138 commit 6de592f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/shaderc/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import os

from conan import ConanFile
from conan.tools.build import can_run
from conan.tools.cmake import cmake_layout, CMake, CMakeToolchain
import os
from conan.tools.cmake import cmake_layout, CMake


class TestPackageConan(ConanFile):
Expand Down

0 comments on commit 6de592f

Please sign in to comment.