diff options
Diffstat (limited to 'docs/doxygen/update_pydoc.py')
-rw-r--r-- | docs/doxygen/update_pydoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/doxygen/update_pydoc.py b/docs/doxygen/update_pydoc.py index 44290e2fc6..e6b4544423 100644 --- a/docs/doxygen/update_pydoc.py +++ b/docs/doxygen/update_pydoc.py @@ -15,7 +15,6 @@ The file instructs Pybind11 to transfer the doxygen comments into the python docstrings. """ -from __future__ import unicode_literals import os, sys, time, glob, re, json from argparse import ArgumentParser |