Skip to content

Commit 90397a0

Browse files
committed
Run synchro to regenerate sync files after Rust refactoring
1 parent 4db8f2b commit 90397a0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

test/test_custom_types.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828

2929
sys.path[0:0] = [""]
3030

31-
from test import IntegrationTest, client_context, skip_if_rust_bson, unittest
31+
from test import (
32+
IntegrationTest,
33+
client_context,
34+
skip_if_rust_bson,
35+
unittest,
36+
)
3237

3338
from bson import (
3439
_BUILT_IN_TYPES,

test/test_raw_bson.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
sys.path[0:0] = [""]
2121

22-
from test import IntegrationTest, client_context, skip_if_rust_bson, unittest
22+
from test import (
23+
IntegrationTest,
24+
client_context,
25+
skip_if_rust_bson,
26+
unittest,
27+
)
2328

2429
from bson import Code, DBRef, decode, encode
2530
from bson.binary import JAVA_LEGACY, Binary, UuidRepresentation

0 commit comments

Comments
 (0)