Skip to content

Commit

Permalink
net-snmp: Removed unused imports 9in test package
Browse files Browse the repository at this point in the history
  • Loading branch information
klausholstjacobsen committed May 10, 2024
1 parent 83edb7c commit 7b35c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/net-snmp/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from conan import ConanFile
from conan.tools.build import can_run
from conan.tools.cmake import CMake, CMakeToolchain, cmake_layout
from conan.tools.cmake import CMake, cmake_layout


class TestPackageConan(ConanFile):
Expand Down

0 comments on commit 7b35c91

Please sign in to comment.