Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario committed Apr 17, 2023
1 parent ee22e67 commit 88f26de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flytekit/core/data_persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pathlib
import tempfile
import typing
from typing import Union, cast
from typing import Any, Dict, Union, cast
from uuid import UUID

import fsspec
Expand All @@ -46,7 +46,7 @@


def s3_setup_args(s3_cfg: configuration.S3Config, anonymous: bool = False):
kwargs = {
kwargs: Dict[str, Any] = {
"cache_regions": True,
}
if s3_cfg.access_key_id:
Expand Down

0 comments on commit 88f26de

Please sign in to comment.