Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cibere committed Feb 26, 2025
1 parent 78a322d commit d0bd035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

if TYPE_CHECKING:
from flogin.jsonrpc.results import ResultConstructorKwargs

from rtfm_lookup import Entry, Manual

from .plugin import RtfmPlugin # noqa: F401

Check failure on line 16 in plugin/results.py

View workflow job for this annotation

GitHub Actions / tooling on 3.11

Ruff (I001)

plugin/results.py:12:5: I001 Import block is un-sorted or un-formatted

Check failure on line 16 in plugin/results.py

View workflow job for this annotation

GitHub Actions / tooling on 3.12

Ruff (I001)

plugin/results.py:12:5: I001 Import block is un-sorted or un-formatted

Check failure on line 16 in plugin/results.py

View workflow job for this annotation

GitHub Actions / tooling on 3.13

Ruff (I001)

plugin/results.py:12:5: I001 Import block is un-sorted or un-formatted
Expand Down
1 change: 1 addition & 0 deletions plugin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import TYPE_CHECKING, Any

import msgspec

from rtfm_lookup import IndexerName, PartialManual

Check failure on line 10 in plugin/settings.py

View workflow job for this annotation

GitHub Actions / tooling on 3.11

Ruff (I001)

plugin/settings.py:1:1: I001 Import block is un-sorted or un-formatted

Check failure on line 10 in plugin/settings.py

View workflow job for this annotation

GitHub Actions / tooling on 3.12

Ruff (I001)

plugin/settings.py:1:1: I001 Import block is un-sorted or un-formatted

Check failure on line 10 in plugin/settings.py

View workflow job for this annotation

GitHub Actions / tooling on 3.13

Ruff (I001)

plugin/settings.py:1:1: I001 Import block is un-sorted or un-formatted

if TYPE_CHECKING:
Expand Down

0 comments on commit d0bd035

Please sign in to comment.