Skip to content

Commit

Permalink
style: $ make ci-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 18, 2024
1 parent 91b0e4e commit 6edd1bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/commands/auto_set_syntax.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from __future__ import annotations

import re
from collections.abc import Iterable, Mapping
from functools import wraps
from itertools import chain
from operator import itemgetter
from pathlib import Path
from typing import Any, Callable, TypeVar, cast

Expand All @@ -13,7 +11,6 @@

from ..constants import PLUGIN_NAME, RE_ST_SYNTAX_TEST_LINE, RE_VIM_SYNTAX_LINE
from ..helpers import is_syntaxable_view, resolve_magika_label_with_syntax_map
from ..libs import websocket
from ..logger import Logger
from ..rules import SyntaxRuleCollection
from ..settings import get_merged_plugin_setting, get_merged_plugin_settings, pref_trim_suffixes
Expand All @@ -23,9 +20,7 @@
from ..utils import (
find_syntax_by_syntax_like,
find_syntax_by_syntax_likes,
first_true,
get_syntax_name,
get_view_by_id,
is_plaintext_syntax,
list_trimmed_filenames,
list_trimmed_strings,
Expand Down

0 comments on commit 6edd1bb

Please sign in to comment.