Skip to content

Commit

Permalink
Review: lint test_package recipes imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgStilla committed Jan 30, 2023
1 parent db084d1 commit 3ed36c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions recipes/spix/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from conan import ConanFile
from conan.tools.build import can_run
from conan.tools.cmake import cmake_layout, CMake
from conan.tools.files import replace_in_file
from conan.tools.scm import Version
import os


Expand Down
2 changes: 0 additions & 2 deletions recipes/spix/all/test_v1_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from conans import ConanFile, CMake
from conan.tools.build import cross_building
from conan.tools.files import replace_in_file
from conan.tools.scm import Version
import os


Expand Down

0 comments on commit 3ed36c3

Please sign in to comment.