Skip to content

Commit

Permalink
Add space to the inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien authored and moz-wptsync-bot committed Oct 25, 2023
1 parent 8bc99b4 commit 72e06c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from . import wptrunner

here = os.path.dirname(__file__)
localpaths = load_source("localpaths", os.path.abspath(os.path.join(here, os.pardir, os.pardir, "localpaths.py"))) # type: ignore
localpaths = load_source("localpaths", os.path.abspath(os.path.join(here, os.pardir, os.pardir, "localpaths.py"))) # type: ignore
from ci.tc.github_checks_output import get_gh_checks_outputter # type: ignore
from wpt.markdown import markdown_adjust, table # type: ignore

Expand Down

0 comments on commit 72e06c8

Please sign in to comment.