Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 12, 2020
1 parent ebde329 commit 58fa6e4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions datalabeling/create_annotation_spec_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/export_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/label_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/label_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/label_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
1 change: 1 addition & 0 deletions datalabeling/manage_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import argparse
import os

from google.api_core.client_options import ClientOptions


Expand Down
3 changes: 2 additions & 1 deletion datalabeling/testing_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

import create_annotation_spec_set as annotation_spec_set_sample
import create_instruction as instruction_sample
import manage_dataset as dataset_sample
import import_data as import_sample
import manage_dataset as dataset_sample


RETRY_DEADLINE = 60

Expand Down

0 comments on commit 58fa6e4

Please sign in to comment.