Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jan 17, 2025
1 parent 7e36938 commit 8afcd97
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/fuzz_introspector/analyses/source_code_line_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
import json
import logging

from bs4 import BeautifulSoup as bs
from typing import (Any, List, Dict)

from typing import (Any, List, Tuple, Dict, Optional)
from fuzz_introspector import (analysis, html_helpers)

from fuzz_introspector import (analysis, code_coverage, constants, cfg_load,
html_helpers, json_report, utils)

from fuzz_introspector.datatypes import (project_profile, fuzzer_profile,
function_profile)
from fuzz_introspector.datatypes import (project_profile, fuzzer_profile)

logger = logging.getLogger(name=__name__)

Expand Down

0 comments on commit 8afcd97

Please sign in to comment.