Skip to content

Commit

Permalink
(#19036) [bimg] Fix imports for test package
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Aug 6, 2023
1 parent 7efe2fd commit 89e0b7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/bimg/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from conan import ConanFile
from conan.tools.build import can_run
from conan.tools.layout import cmake_layout
from conan.tools.cmake import CMake
from conan.tools.cmake import CMake, cmake_layout
import os

required_conan_version = ">=1.50.0"

class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
Expand Down

0 comments on commit 89e0b7b

Please sign in to comment.