Skip to content

Commit e0c08ae

Browse files
author
Takashi Matsuo
committed
lint fixes
1 parent d218629 commit e0c08ae

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

datalabeling/create_annotation_spec_set.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/export_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/import_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/label_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/label_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/label_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/manage_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import argparse
1818
import os
19+
1920
from google.api_core.client_options import ClientOptions
2021

2122

datalabeling/testing_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323

2424
import create_annotation_spec_set as annotation_spec_set_sample
2525
import create_instruction as instruction_sample
26-
import manage_dataset as dataset_sample
2726
import import_data as import_sample
27+
import manage_dataset as dataset_sample
28+
2829

2930
RETRY_DEADLINE = 60
3031

0 commit comments

Comments
 (0)