Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
Sync with private repo rework
  • Loading branch information
jellespijker committed Mar 31, 2023
1 parent 64e773f commit 93fac39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import os

from conan import ConanFile
from conans import tools
from conan.tools.files import copy
from conan.tools.scm import Version
from conan.errors import ConanInvalidConfiguration

required_conan_version = ">=1.56.0"
Expand Down

0 comments on commit 93fac39

Please sign in to comment.