Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
Contribute to CURA-8831
  • Loading branch information
jellespijker committed Aug 24, 2022
1 parent d6e56e6 commit 04359cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/pyprojecttoolchain/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ def context(self):

if python_version is not None:
py_version = Version(python_version)
py_major_version = py_version.major
py_minor_version = py_version.minor

if py_include_dir is None:
try:
Expand Down

0 comments on commit 04359cc

Please sign in to comment.