Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent 6facf26 commit 767c72e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/lsp-devtools/lsp_devtools/record/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from rich.style import Style

if typing.TYPE_CHECKING:

from rich.console import Console
from rich.console import ConsoleOptions
from rich.console import RenderResult
Expand Down
2 changes: 0 additions & 2 deletions lib/lsp-devtools/tests/record/test_filters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import itertools
import logging
from typing import List
from typing import Tuple

import pytest

Expand Down
2 changes: 0 additions & 2 deletions lib/lsp-devtools/tests/record/test_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
if typing.TYPE_CHECKING:
import pathlib
from typing import Any
from typing import Dict
from typing import List


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 767c72e

Please sign in to comment.