Skip to content

Commit 92a83f2

Browse files
committed
Fix import order for pylint.
1 parent 37c39f0 commit 92a83f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_generate_quantities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
import logging
77
import os
88
import pickle
9-
import pytest
109
import shutil
1110
import unittest
1211
from test import CustomTestCase
1312

1413
import numpy as np
1514
import pandas as pd
15+
import pytest
1616
from numpy.testing import assert_array_equal, assert_raises
1717
from testfixtures import LogCapture
1818

test/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
import unittest
1313
from multiprocessing import cpu_count
1414
import pickle
15-
import pytest
1615
from test import CustomTestCase
1716
from time import time
1817

1918
import numpy as np
19+
import pytest
2020
from testfixtures import LogCapture, StringComparison
2121

2222
import cmdstanpy.stanfit

0 commit comments

Comments
 (0)