Skip to content

Commit

Permalink
Address problems raised by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Lingsch-Rosenfeld authored and Marian Lingsch-Rosenfeld committed Oct 24, 2024
1 parent 8edf910 commit e378809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions benchexec/tools/cpachecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
# SPDX-License-Identifier: Apache-2.0

import logging
from pathlib import Path
import sys
import os
import re
import sys

import benchexec.result as result
import benchexec.tools.template

from benchexec.tools.template import ToolNotFoundException
from benchexec.tools.validation_utils import (
get_witness_input_files,
get_non_witness_input_files,
get_unique_witness,
)
Expand Down
8 changes: 3 additions & 5 deletions benchexec/tools/goblint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
#
# SPDX-License-Identifier: Apache-2.0

import benchexec.tools.template
import benchexec.result as result

import re
import logging
import re

import benchexec.result as result
import benchexec.tools.template
from benchexec.tools.validation_utils import (
get_non_witness_input_files,
get_unique_witness,
get_witness_options,
)

Expand Down
1 change: 0 additions & 1 deletion benchexec/tools/nitwit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import benchexec.result as result
import benchexec.tools.template
from benchexec.tools.validation_utils import (
get_non_witness_input_files,
get_witness_options,
get_unique_non_witness_input_files,
)
Expand Down

0 comments on commit e378809

Please sign in to comment.