Skip to content

Commit fa95048

Browse files
pre-commit-ci[bot]felixfontein
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e831878 commit fa95048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansible_pygments/lexers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636

3737
from __future__ import annotations
3838

39-
# pylint: disable=consider-using-f-string
40-
4139
from pygments import token
4240
from pygments.lexer import DelegatingLexer, RegexLexer, bygroups, include
4341
from pygments.lexers import DiffLexer # pylint: disable=no-name-in-module
4442

43+
# pylint: disable=consider-using-f-string
44+
4545

4646
class AnsibleOutputPrimaryLexer(RegexLexer):
4747
"""Primary lexer for Ansible output."""

0 commit comments

Comments
 (0)