diff options
author | JensDiemer <git@jensdiemer.de> | 2020-02-07 11:37:37 +0100 |
---|---|---|
committer | JensDiemer <git@jensdiemer.de> | 2020-02-07 11:37:37 +0100 |
commit | 722e954ef7affb76edc238e756e06c43b329bed7 (patch) | |
tree | 8b96cef227ca6be81829cfe26315ecd1261771f3 /creole/shared/example_macros.py | |
parent | d0b7242e8a26bb60a4b550c7df89fd411cd09069 (diff) | |
download | creole-fix#44.tar.gz |
add isort config and apply itfix#44
Diffstat (limited to 'creole/shared/example_macros.py')
-rw-r--r-- | creole/shared/example_macros.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/shared/example_macros.py b/creole/shared/example_macros.py index 354469d..88a9bc8 100644 --- a/creole/shared/example_macros.py +++ b/creole/shared/example_macros.py @@ -17,6 +17,7 @@ from xml.sax.saxutils import escape from creole.shared.utils import get_pygments_formatter, get_pygments_lexer + try: from pygments import highlight PYGMENTS = True |