Skip to content

Commit 72c370f

Browse files
authored
Fix linting on develop (#25)
1 parent cecdcae commit 72c370f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyls_jsonrpc/streams.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright 2018 Palantir Technologies, Inc.
2-
import ujson as json
32
import logging
43
import threading
54

5+
import ujson as json
6+
67
log = logging.getLogger(__name__)
78

89

0 commit comments

Comments
 (0)