fix linting issues

This commit is contained in:
Yacine Elhamer
2023-07-11 14:52:04 +01:00
parent 12c9154f55
commit 4ee38cbe29
4 changed files with 7 additions and 7 deletions

View File

@@ -928,8 +928,8 @@ def main(argv=None):
if argv is None:
argv = sys.argv[1:]
# TODO(yelhamer): remove once support for the legacy scope
# field has been added
# TODO(yelhamer): remove once support for the legacy scope field has been added
# https://github.com/mandiant/capa/pull/1580
return 0
samples_path = os.path.join(os.path.dirname(__file__), "..", "tests", "data")