Skip to content

Commit c7e268a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2acd21d commit c7e268a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/test_mongo_core.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import platform
66
import queue
77
import sys
8-
import warnings
98
import threading
9+
import warnings
1010
from random import random
1111
from time import sleep
1212
from urllib.parse import quote_plus
@@ -15,8 +15,7 @@
1515
import pandas as pd
1616
except ImportError:
1717
pd = None
18-
warnings.warn(
19-
"pandas is not installed; tests requiring pandas will fail!")
18+
warnings.warn("pandas is not installed; tests requiring pandas will fail!")
2019

2120
try:
2221
import pymongo

0 commit comments

Comments
 (0)