Skip to content

Commit 76c10c2

Browse files
committed
i know my abc
1 parent 34296ee commit 76c10c2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

language/automl/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
import pytest
2121

language/automl/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
from google.cloud import automl_v1beta1 as automl
2121

translate/automl/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
import pytest
2121

translate/automl/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
from google.cloud import automl_v1beta1 as automl
2121

vision/automl/automl_vision_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
import argparse
2626
import os
2727

28-
from google.cloud.automl_v1beta1 import enums
2928
from google.cloud import automl_v1beta1 as automl
29+
from google.cloud.automl_v1beta1 import enums
3030

3131
# [END automl_vision_tutorial_import]
3232

vision/automl/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
import pytest
2121

vision/automl/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import datetime
18+
import os
1919

2020
from google.cloud import automl_v1beta1 as automl
2121

0 commit comments

Comments
 (0)