We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1287fe5 commit 7ebcbdfCopy full SHA for 7ebcbdf
src/Config.py
@@ -123,7 +123,7 @@ class SheasCealerConfig(Config):
123
"""
124
125
def __post_init__(self):
126
- self.raw_config: RawSheasCealerConfig = self.download( # type: ignore# pyright: ignore[reportIncompatibleVariableOverride, reportAttributeAccessIssue]
+ self.raw_config: RawSheasCealerConfig = self.download( # type: ignore # pyright: ignore[reportIncompatibleVariableOverride, reportAttributeAccessIssue]
127
GITHUB_MIRRORS
128
)
129
0 commit comments