Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
morgandu committed May 3, 2021
1 parent 552e5d4 commit cd0c8b6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
Expand Up @@ -13,10 +13,11 @@
# limitations under the License.


import test_constants as constants
from google.cloud.aiplatform import schema

import create_and_import_dataset_video_sample

from google.cloud.aiplatform import schema
import test_constants as constants


def test_create_and_import_dataset_video_sample(
Expand Down
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from google.cloud.aiplatform import schema

import pytest
import test_constants as constants

import import_data_video_action_recognition_sample

from google.cloud.aiplatform import schema
import test_constants as constants


@pytest.mark.usefixtures("mock_get_video_dataset")
Expand Down
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from google.cloud.aiplatform import schema

import pytest
import test_constants as constants

import import_data_video_classification_sample

from google.cloud.aiplatform import schema
import test_constants as constants


@pytest.mark.usefixtures("mock_get_video_dataset")
Expand Down
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from google.cloud.aiplatform import schema

import pytest
import test_constants as constants

import import_data_video_object_tracking_sample

from google.cloud.aiplatform import schema
import test_constants as constants


@pytest.mark.usefixtures("mock_get_video_dataset")
Expand Down

0 comments on commit cd0c8b6

Please sign in to comment.