Skip to content

Commit 5e8557f

Browse files
committed
Fix NOQA
1 parent 2382150 commit 5e8557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:copyright: (c) 2013 by Matt Robenolt
66
:license: BSD, see LICENSE for more details.
77
"""
8-
from .exceptions import SourceMapDecodeError #NOQA
8+
from .exceptions import SourceMapDecodeError # NOQA
99
from .decoder import SourceMapDecoder
1010

1111
__version__ = '0.1.8'

0 commit comments

Comments
 (0)