Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suquark committed Jul 25, 2023
1 parent 9defb38 commit de727df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/aws/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def stop_instances(
assert provider_config is not None, (cluster_name, provider_config)
region = provider_config['region']
ec2 = _default_ec2_resource(region)
filters = [
filters: List[Dict[str, Any]] = [
{
'Name': 'instance-state-name',
'Values': ['pending', 'running'],
Expand Down

0 comments on commit de727df

Please sign in to comment.