Skip to content

Commit

Permalink
Apply ruff/isort rules (I) (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 15, 2024
1 parent 2eb2f59 commit b9daa8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/implementations/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import logging
import math
import os
from itertools import chain
from functools import lru_cache
from itertools import chain
from typing import TYPE_CHECKING, Literal

import fsspec.core
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ select = [
"E9",
"F",
"FURB",
"I",
"LOG",
"PERF",
"PLC",
Expand Down

0 comments on commit b9daa8b

Please sign in to comment.