Skip to content

Instantly share code, notes, and snippets.

@hoosnick
Created August 20, 2025 18:30
Show Gist options
  • Select an option

  • Save hoosnick/222bcf69026f3b86371258f9aaef29a5 to your computer and use it in GitHub Desktop.

Select an option

Save hoosnick/222bcf69026f3b86371258f9aaef29a5 to your computer and use it in GitHub Desktop.
Code from Telegraph article
from typing import Final
MAX_CONNECTIONS: Final[int] = 100
# ...
# Қийматни ўзгартиришга уриниш
MAX_CONNECTIONS = 150 # <-- MyPy бу қаторда хато кўрсатади
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment