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 80275b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
Expand Up @@ -13,10 +13,10 @@
# 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,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

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


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

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

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


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

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

from google.cloud.aiplatform import schema

import pytest
import test_constants as constants


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

0 comments on commit 80275b1

Please sign in to comment.