Skip to content

Commit 08a7d07

Browse files
committed
Fix my NOQA
1 parent 866f72f commit 08a7d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcemap/decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
try:
1919
import simplejson as json
2020
except ImportError:
21-
import json #NOQA
21+
import json # NOQA
2222

2323
__all__ = ('SourceMapDecoder',)
2424

0 commit comments

Comments
 (0)