Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
(conan-io#15221) fix conan v2 migration linter errors
  • Loading branch information
jmaillard01 authored Jan 23, 2023
1 parent ef1bde3 commit b20be27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/openscenegraph/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from conans import CMake, ConanFile, tools
from conans.errors import ConanInvalidConfiguration
from conan import CMake, ConanFile, tools
from conan.errors import ConanInvalidConfiguration
import os
import functools

Expand Down

0 comments on commit b20be27

Please sign in to comment.