Skip to content

Commit

Permalink
Import check_min_cppstd
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-staylor committed Apr 23, 2024
1 parent 1d5fdb3 commit 09668a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/icu/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from conan import ConanFile
from conan.errors import ConanInvalidConfiguration
from conan.tools.apple import is_apple_os
from conan.tools.build import cross_building, stdcpp_library
from conan.tools.build import cross_building, stdcpp_library, check_min_cppstdg

Check failure on line 9 in recipes/icu/all/conanfile.py

View workflow job for this annotation

GitHub Actions / Lint changed conanfile.py (v2 migration)

No name 'check_min_cppstdg' in module 'conan.tools.build'. Please, check https://github.com/conan-io/conan-center-index/blob/master/docs/v2_linter.md

Check warning on line 9 in recipes/icu/all/conanfile.py

View workflow job for this annotation

GitHub Actions / Lint changed conanfile.py (v2 migration)

Unused check_min_cppstdg imported from conan.tools.build
from conan.tools.env import Environment, VirtualBuildEnv
from conan.tools.files import apply_conandata_patches, copy, export_conandata_patches, get, mkdir, rename, replace_in_file, rm, rmdir, save
from conan.tools.gnu import Autotools, AutotoolsToolchain
Expand Down

0 comments on commit 09668a1

Please sign in to comment.