Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • TildesTildes
  • tildestildes
  • Repository
  • tildes
  • tildes
  • tildes
  • models
  • comment
  • comment.py
Find file Blame History Permalink
  • Deimos's avatar
    Type annotations: use standard generics (PEP 585) · ed38ce57
    Deimos authored Jul 14, 2021
    As of Python 3.9, it's no longer necessary to import things like List
    and Dict from the typing module, and we can just use the built-in types
    like this.
    ed38ce57