Skip to content

Commit 2c62c90

Browse files
committed
Fix lint
1 parent 733d5e2 commit 2c62c90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test_elasticsearch/test_client/test_deprecated_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
try:
3535
import pyarrow as pa
36+
3637
EXPECTED_SERIALIZERS.add("application/vnd.apache.arrow.stream")
3738
except ImportError:
3839
pa = None
3940

4041

41-
4242
def test_sniff_on_connection_fail():
4343
with warnings.catch_warnings(record=True) as w:
4444
client = Elasticsearch("http://localhost:9200", sniff_on_connection_fail=True)

test_elasticsearch/test_client/test_serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
try:
3434
import pyarrow as pa
35+
3536
EXPECTED_SERIALIZERS.add("application/vnd.apache.arrow.stream")
3637
except ImportError:
3738
pa = None

0 commit comments

Comments
 (0)