Skip to content

Commit

Permalink
Switch to new colcon_core.extension_point API
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Aug 29, 2023
1 parent 6e703b0 commit 7e36dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colcon_rerun/verb/rerun.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from colcon_core.command import CommandContext
from colcon_core.command import create_parser
from colcon_core.command import verb_main
from colcon_core.entry_point import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE
from colcon_core.extension_point \
import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE
from colcon_core.logging import colcon_logger
from colcon_core.plugin_system import satisfies_version
from colcon_core.verb import get_verb_extensions
Expand Down

0 comments on commit 7e36dc0

Please sign in to comment.