Skip to content
Snippets Groups Projects
  • Simon Will's avatar
    417dc4d1
    Change formatting and fix minor issues · 417dc4d1
    Simon Will authored
    Includes the following changes:
    
      - Whitespace according to PEP 8
      - Import reordering
      - Usage of classmethod decorator for from_* methods
      - Removal of misplaced self or annotation of error
      - Reordering of classes so that type annotations like List[Token] are
        not undefined
    417dc4d1
    History
    Change formatting and fix minor issues
    Simon Will authored
    Includes the following changes:
    
      - Whitespace according to PEP 8
      - Import reordering
      - Usage of classmethod decorator for from_* methods
      - Removal of misplaced self or annotation of error
      - Reordering of classes so that type annotations like List[Token] are
        not undefined