Skip to content

Commit 28a820c

Browse files
committed
Style tweaks
1 parent 6a69a8f commit 28a820c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

influxdb/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import socket
77
import requests
88
from six.moves import xrange
9+
910
session = requests.Session()
1011

1112

tests/influxdb/client_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def request(*args, **kwargs):
3838
assert isinstance(data, str)
3939

4040
# Data must be a JSON string
41-
4241
assert c == json.loads(data, strict=True)
4342

4443
c = data

0 commit comments

Comments
 (0)