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 4, 2022
1 parent 675e02f commit 12b5097
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/flytekit/unit/core/test_local_cache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
import typing
from dataclasses import dataclass
from typing import Dict, List
from typing import List

import pandas
from dataclasses_json import dataclass_json
Expand All @@ -10,15 +10,12 @@

from flytekit.core.base_sql_task import SQLTask
from flytekit.core.base_task import kwtypes
from flytekit.core.context_manager import FlyteContextManager
from flytekit.core.dynamic_workflow_task import dynamic
from flytekit.core.hash import HashMethod
from flytekit.core.local_cache import LocalTaskCache, _calculate_cache_key
from flytekit.core.local_cache import LocalTaskCache
from flytekit.core.task import TaskMetadata, task
from flytekit.core.testing import task_mock
from flytekit.core.type_engine import TypeEngine
from flytekit.core.workflow import workflow
from flytekit.models.literals import LiteralMap
from flytekit.types.schema import FlyteSchema

# Global counter used to validate number of calls to cache
Expand Down

0 comments on commit 12b5097

Please sign in to comment.