Skip to content

Commit 72c370f

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)