Skip to content

Commit d90c3d2

Browse files
author
Richard Bell
committed
Fix import order
1 parent 6a1f353 commit d90c3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/notebook/test_notebook_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import string
2-
from random import choices
32
import logging
3+
from random import choices
44

55
import pytest
66
import responses

0 commit comments

Comments
 (0)