diff options
author | rockon999 <rockon999@users.noreply.github.com> | 2018-08-13 23:56:53 -0500 |
---|---|---|
committer | rockon999 <rockon999@users.noreply.github.com> | 2018-08-13 23:56:53 -0500 |
commit | 48d348ac822234d898119d8a2118c2bb07145dd1 (patch) | |
tree | 3dfc4cc878d138cf32e474d2b2c66b950ec09120 /giscanner/mdextensions.py | |
parent | c8eb3be09ec2bda9494e2e62791f3fb6fe222dd9 (diff) | |
download | gobject-introspection-48d348ac822234d898119d8a2118c2bb07145dd1.tar.gz |
Fix format/format_inline distinction.
- Fix autopep8 errors.
Diffstat (limited to 'giscanner/mdextensions.py')
-rw-r--r-- | giscanner/mdextensions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/mdextensions.py b/giscanner/mdextensions.py index 97be4ed1..16af4fc3 100644 --- a/giscanner/mdextensions.py +++ b/giscanner/mdextensions.py @@ -1,6 +1,5 @@ from markdown.extensions import Extension from markdown.treeprocessors import Treeprocessor -from markdown.util import etree class RemoveOuterP(Treeprocessor): |