From 253547e35343aed844e7bcb033c610409fcbd21e Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 21 Aug 2018 08:27:40 +0200 Subject: Code cleaning: lgtm.com --- miasm2/core/parse_asm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'miasm2/core/parse_asm.py') diff --git a/miasm2/core/parse_asm.py b/miasm2/core/parse_asm.py index 7efa17d0..e60c8ca7 100644 --- a/miasm2/core/parse_asm.py +++ b/miasm2/core/parse_asm.py @@ -1,8 +1,7 @@ #-*- coding:utf-8 -*- import re -from miasm2.expression.expression import ExprId, ExprInt, ExprOp, ExprLoc, \ - LocKey +from miasm2.expression.expression import ExprId, ExprInt, ExprOp, LocKey import miasm2.core.asmblock as asmblock from miasm2.core.cpu import instruction, base_expr from miasm2.core.asm_ast import AstInt, AstId, AstOp -- cgit 1.4.1