We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d7b4b commit b2f479dCopy full SHA for b2f479d
src/dvc_objects/obj.py
@@ -5,6 +5,8 @@
5
6
7
class Object:
8
+ __slots__ = ("path", "fs", "oid")
9
+
10
def __init__(
11
self,
12
path: "AnyFSPath",
0 commit comments