fix linting issues

This commit is contained in:
Yacine Elhamer
2023-07-21 14:03:57 +01:00
parent ab585ef951
commit 4ec39d49aa

View File

@@ -6,7 +6,6 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
from typing import List, Tuple, Iterator
from pathlib import Path
import idaapi
@@ -45,9 +44,6 @@ class IdaFeatureExtractor(StaticFeatureExtractor):
def get_sample_hashes(self) -> SampleHashes:
return self.sample_hashes
def get_sample_hashes(self) -> SampleHashes:
return self.sample_hashes
def extract_global_features(self):
yield from self.global_features