Skip to content
  • Julian Andres Klode's avatar
    Remove Python 2 and old pyflakes hacks · c18d0dc2
    Julian Andres Klode authored
    This includes, but might not be limited to:
    
    - explicit version checks
    - try/except ImportError wrapping of typing imports
    - referencing imported types like `Type  # pyflakes` because
      older pyflakes stumbled upon them only being used in `# type`
      comments
    c18d0dc2