Skip to content

Commit 7ebcbdf

Browse files
cute-omegaCopilot
andauthored
Update src/Config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1287fe5 commit 7ebcbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class SheasCealerConfig(Config):
123123
"""
124124

125125
def __post_init__(self):
126-
self.raw_config: RawSheasCealerConfig = self.download( # type: ignore# pyright: ignore[reportIncompatibleVariableOverride, reportAttributeAccessIssue]
126+
self.raw_config: RawSheasCealerConfig = self.download( # type: ignore # pyright: ignore[reportIncompatibleVariableOverride, reportAttributeAccessIssue]
127127
GITHUB_MIRRORS
128128
)
129129

0 commit comments

Comments
 (0)