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 866f72f commit 08a7d07Copy full SHA for 08a7d07
sourcemap/decoder.py
@@ -18,7 +18,7 @@
18
try:
19
import simplejson as json
20
except ImportError:
21
- import json #NOQA
+ import json # NOQA
22
23
__all__ = ('SourceMapDecoder',)
24
0 commit comments