We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85bf07 commit e487024Copy full SHA for e487024
src/tue_get/catkin_package_parser.py
@@ -12,7 +12,6 @@ def catkin_package_parser(
12
warnings: Optional[List[str]] = None,
13
context: Optional[Mapping] = None,
14
) -> Tuple[Package, List[Dependency]]:
15
-
16
if context is None:
17
context = os.environ
18
dep_types = []
0 commit comments