Skip to content

Commit 0995cc1

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes (#3748)
1 parent 58011b2 commit 0995cc1

19 files changed

+39
-37
lines changed

jobs/v3/api_client/auto_complete_sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
import re
1716

1817
import backoff
18+
import pytest
1919

2020
import auto_complete_sample
2121

jobs/v3/api_client/base_company_sample_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import re
15+
16+
import base_company_sample
1417

1518

1619
def test_base_company_sample(capsys):
17-
import base_company_sample
18-
import re
1920

2021
base_company_sample.run_sample()
2122
out, _ = capsys.readouterr()

jobs/v3/api_client/base_job_sample_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import re
16+
17+
import base_job_sample
18+
1519

1620
def test_base_job_sample(capsys):
17-
import base_job_sample
18-
import re
1921

2022
base_job_sample.run_sample()
2123
out, _ = capsys.readouterr()

jobs/v3/api_client/batch_operation_sample_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import re
15+
16+
import batch_operation_sample
1417

1518

1619
def test_batch_operation_sample(capsys):
17-
import batch_operation_sample
18-
import re
1920

2021
batch_operation_sample.run_sample()
2122
out, _ = capsys.readouterr()

jobs/v3/api_client/commute_search_sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
import re
1716

1817
import backoff
18+
import pytest
1919

2020
import commute_search_sample
2121

jobs/v3/api_client/custom_attribute_sample_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
import pytest
1614
import re
1715

1816
import backoff
17+
import pytest
1918

2019
import custom_attribute_sample
2120

jobs/v3/api_client/email_alert_search_sample_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
import pytest
1614
import re
1715

1816
import backoff
17+
import pytest
1918

2019
import email_alert_search_sample
2120

jobs/v3/api_client/featured_job_search_sample_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
import pytest
1614
import re
1715

1816
import backoff
17+
import pytest
1918

2019
import featured_job_search_sample
2120

jobs/v3/api_client/general_search_sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
import re
1716

1817
import backoff
18+
import pytest
1919

2020
import general_search_sample
2121

jobs/v3/api_client/histogram_sample_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
import pytest
1614
import re
1715

1816
import backoff
17+
import pytest
1918

2019
import histogram_sample
2120

0 commit comments

Comments
 (0)