Skip to content

Commit

Permalink
Fix Black Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 5, 2024
1 parent 29ac21d commit 2cb7eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tue_get/catkin_package_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def catkin_package_parser(
warnings: Optional[List[str]] = None,
context: Optional[Mapping] = None,
) -> Tuple[Package, List[Dependency]]:

if context is None:
context = os.environ
dep_types = []
Expand Down

0 comments on commit 2cb7eb9

Please sign in to comment.