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 2890f22 commit dec09b6Copy full SHA for dec09b6
autointent/modules/prediction/_adaptive.py
@@ -145,7 +145,7 @@ def load(self, path: str) -> None:
145
metadata: AdaptivePredictorDumpMetadata = json.load(file)
146
147
if metadata["tags"] is not None and isinstance(metadata["tags"], list):
148
- self.tags = [Tag(**tag) for tag in metadata["tags"]] # type: ignore[arg-type, union-attr]
+ self.tags = [Tag(**tag) for tag in metadata["tags"]]
149
else:
150
self.tags = None
151
0 commit comments