Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhamer committed Jul 21, 2023
1 parent ab585ef commit 4ec39d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions capa/features/extractors/ida/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -45,9 +44,6 @@ def get_base_address(self):
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

Expand Down

0 comments on commit 4ec39d4

Please sign in to comment.