We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2382150 commit 5e8557fCopy full SHA for 5e8557f
sourcemap/__init__.py
@@ -5,7 +5,7 @@
5
:copyright: (c) 2013 by Matt Robenolt
6
:license: BSD, see LICENSE for more details.
7
"""
8
-from .exceptions import SourceMapDecodeError #NOQA
+from .exceptions import SourceMapDecodeError # NOQA
9
from .decoder import SourceMapDecoder
10
11
__version__ = '0.1.8'
0 commit comments