diff options
Diffstat (limited to 'src/op_mode/cpu.py')
-rwxr-xr-x | src/op_mode/cpu.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/op_mode/cpu.py b/src/op_mode/cpu.py index cb55ce407..f9c425826 100755 --- a/src/op_mode/cpu.py +++ b/src/op_mode/cpu.py @@ -14,15 +14,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import json import sys -import typing import vyos.cpu import vyos.opmode from jinja2 import Template -from vyos.util import popen, DEVNULL cpu_template = Template(""" {% for cpu in cpus %} |