Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Jul 12, 2023
1 parent df55572 commit 9c8dd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlx/robot_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def __init__(self, robot_file, tags_for_inclusion, *args, **kwargs):
Args:
robot_file (Path): Path to the .robot file.
include_tags (list): Regexes for matching tags to only include test cases that have at least one matching tag.
include_tags (list): Regexes for matching tags to only include test cases that have at least one matching
tag.
"""
super().__init__(*args, **kwargs)
self.robot_file = str(robot_file.resolve(strict=True))
Expand Down

0 comments on commit 9c8dd50

Please sign in to comment.