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 8749107 commit cdfa2e8Copy full SHA for cdfa2e8
fsspec/implementations/memory.py
@@ -1,11 +1,12 @@
1
from __future__ import annotations
2
3
import logging
4
+from collections.abc import Sequence
5
from datetime import datetime, timezone
6
from errno import ENOTEMPTY
7
from io import BytesIO
8
from pathlib import PurePath, PureWindowsPath
-from typing import Any, ClassVar, Sequence
9
+from typing import Any, ClassVar
10
11
from fsspec import AbstractFileSystem
12
from fsspec.implementations.local import LocalFileSystem
0 commit comments