Skip to content

Commit 8bae13f

Browse files
committed
Fix pylint warning about order of imports
1 parent 08835ec commit 8bae13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openfermion/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# limitations under the License.
1212

1313
import os
14+
import random
1415
import pytest
1516
import numpy as np
16-
import random
1717

1818

1919
def pytest_configure(config):

0 commit comments

Comments
 (0)