Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Aug 17, 2021
1 parent 045cc3b commit 9cbc70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/local_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TODO: read from config
CACHE_LOCATION = "~/.flyte/local-cache"
# TODO: read from config
CACHE_VERBOSITY=5
CACHE_VERBOSITY = 5


class LocalCache(object):
Expand Down

0 comments on commit 9cbc70a

Please sign in to comment.