Skip to content

Commit

Permalink
Make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 12, 2023
1 parent 16a76a6 commit 084779d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@

from .config_handler import GccConfigHandler
from .result_handler import GccResultHandler, \
actual_name_to_codechecker_name, codechecker_name_to_actual_name, \
codechecker_name_to_actual_name_disabled
actual_name_to_codechecker_name, codechecker_name_to_actual_name_disabled

LOG = get_logger('analyzer.gcc')

Expand Down

0 comments on commit 084779d

Please sign in to comment.