fix __repr__ in collection
This commit is contained in:
parent
ea07642c16
commit
2a7945f4be
@ -84,7 +84,6 @@ class Collection:
|
||||
def __repr__(self) -> str:
|
||||
d = dict(self.__dict__)
|
||||
del d["models"]
|
||||
del d["backend"]
|
||||
return f"{super().__repr__()} {pprint.pformat(d, width=300)}"
|
||||
|
||||
def name(self) -> Any:
|
||||
|
Loading…
Reference in New Issue
Block a user