Skip to content

Commit

Permalink
Delete unnecessary loading of 'launch.frontend.interpolate_substituti…
Browse files Browse the repository at this point in the history
…on_method' entry point that was never used (#434)

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno authored and jacobperron committed Oct 2, 2020
1 parent b750eda commit 2b6a760
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions launch/launch/frontend/parser.py
Expand Up @@ -35,11 +35,6 @@
from ..some_substitutions_type import SomeSubstitutionsType
from ..utilities import is_a

interpolation_fuctions = {
entry_point.name: entry_point.load()
for entry_point in iter_entry_points('launch.frontend.interpolate_substitution_method')
}

if False:
from ..launch_description import LaunchDescription # noqa: F401

Expand Down

0 comments on commit 2b6a760

Please sign in to comment.