We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb2f59 commit b9daa8bCopy full SHA for b9daa8b
fsspec/implementations/reference.py
@@ -5,8 +5,8 @@
5
import logging
6
import math
7
import os
8
-from itertools import chain
9
from functools import lru_cache
+from itertools import chain
10
from typing import TYPE_CHECKING, Literal
11
12
import fsspec.core
pyproject.toml
@@ -163,6 +163,7 @@ select = [
163
"E9",
164
"F",
165
"FURB",
166
+ "I",
167
"LOG",
168
"PERF",
169
"PLC",
0 commit comments