Skip to content

Commit

Permalink
Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 com…
Browse files Browse the repository at this point in the history
…pliant (2 of 2) (#4115)

* Change indents to 4 spaces.

* Run isort.

* Remove one extra space on the left hand side of each assignment at p.communicate's input.

* Remove 'from __future__ import annotations'.
This requires changing a 'list[]' into a 'List[]'.

We had previously added this import because the code was making use of operator '|'.
But that is no longer true, so the import shouldn't be needed.
  • Loading branch information
rturrado committed Aug 11, 2024
1 parent 50a8c3e commit c71d03f
Showing 1 changed file with 283 additions and 285 deletions.
Loading

0 comments on commit c71d03f

Please sign in to comment.