Skip to content

Commit f69cc44

Browse files
authored
PYTHON-5881 - Add v0.15.15 ruff version bump commit to .git-blame-ign… (mongodb#2876)
1 parent d88aaa6 commit f69cc44

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
5578999a90e439fbca06fc0ffc98f4d04e96f7b4
33
# pyupgrade and ruff
44
0092b0af79378abf35b6db73a082ecb91af1d973
5+
# Ruff upgrade from v0.1.3 to v0.15.15
6+
d88aaa6cfdb05599a79f60a2cbea5513f3788f6c

test/test_message.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
sys.path[0:0] = [""]
2525

26-
from test import unittest
27-
2826
from bson import CodecOptions, encode
2927
from pymongo.compression_support import ZlibContext, _have_zlib
3028
from pymongo.errors import DocumentTooLarge, OperationFailure
@@ -40,6 +38,7 @@
4038
)
4139
from pymongo.read_concern import ReadConcern
4240
from pymongo.read_preferences import ReadPreference, SecondaryPreferred
41+
from test import unittest
4342

4443
_OPTS = CodecOptions()
4544

0 commit comments

Comments
 (0)