Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinandan-N committed Jul 30, 2024
1 parent 39b3dd8 commit 126ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def from_yaml_config(cls, config: Dict[str, Any]) -> 'Storage':

name = config.pop('name', None)
source = config.pop('source', None)
config.pop('store', None) # Store not used in this function
_ = config.pop('store', None) # Store not used in this function
mode_str = config.pop('mode', None)
force_delete = config.pop('_force_delete', None)
if force_delete is None:
Expand Down

0 comments on commit 126ea2c

Please sign in to comment.