Skip to content

Commit b9daa8b

Browse files
Apply ruff/isort rules (I) (#1716)
1 parent 2eb2f59 commit b9daa8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: fsspec/implementations/reference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import logging
66
import math
77
import os
8-
from itertools import chain
98
from functools import lru_cache
9+
from itertools import chain
1010
from typing import TYPE_CHECKING, Literal
1111

1212
import fsspec.core

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ select = [
163163
"E9",
164164
"F",
165165
"FURB",
166+
"I",
166167
"LOG",
167168
"PERF",
168169
"PLC",

0 commit comments

Comments
 (0)