Skip to content

Commit a06ed5c

Browse files
Update utils/msl/memberships.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent 4fae5cd commit a06ed5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/msl/memberships.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
logger: "Final[Logger]" = logging.getLogger("TeX-Bot")
3131

32-
BASE_SU_PLATFORM_WEB_HEADERS: "Mapping[str, str]" = {
32+
BASE_SU_PLATFORM_WEB_HEADERS: "Final[Mapping[str, str]]" = {
3333
"Cache-Control": "no-cache",
3434
"Pragma": "no-cache",
3535
"Expires": "0",

0 commit comments

Comments
 (0)