Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Aug 30, 2021
1 parent b371d0f commit c478308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/flytekit/unit/remote/test_remote.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import random

import pytest
from mock import MagicMock, patch

from flytekit.models import common as common_models
from flytekit.models.admin.workflow import Workflow
from flytekit.models.core.identifier import (
Expand All @@ -17,7 +19,6 @@
from flytekit.models.types import LiteralType, SimpleType
from flytekit.remote import FlyteWorkflow
from flytekit.remote.remote import FlyteRemote
from mock import MagicMock, patch

CLIENT_METHODS = {
ResourceType.WORKFLOW: "list_workflows_paginated",
Expand Down

0 comments on commit c478308

Please sign in to comment.