Fix overlapping or incorrect slots found by slotscheck

This commit is contained in:
James Hilton-Balfe
2022-08-08 19:58:48 -04:00
committed by GitHub
parent 7e3b08871b
commit 40986f9279
4 changed files with 1 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ MISSING = utils.MISSING
class AssetMixin:
__slots__ = ()
url: str
_state: Optional[Any]