Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Mar 26, 2023
1 parent 9bf8af1 commit 3edc4a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/zbar/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
from conan.errors import ConanInvalidConfiguration
from conan.tools.apple import is_apple_os
from conan.tools.build import cross_building
from conan.tools.files import get, copy, chdir, rmdir, rm, collect_libs
from conan.tools.files import get, copy, rmdir, rm, collect_libs
from conan.tools.gnu import Autotools, AutotoolsToolchain
from conan.tools.layout import basic_layout
from conan.tools.scm import Version
import os
import shutil

required_conan_version = ">=1.36.0"

Expand Down

0 comments on commit 3edc4a9

Please sign in to comment.