Skip to content

Commit

Permalink
Fix black lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Sep 15, 2023
1 parent 211bdcf commit edc2709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def get_object(self) -> pykube.Secret:
"auth_url": self.auth_url,
"application_credential_id": self.credential.id,
"application_credential_secret": self.credential.secret,
}
},
}
}
}
Expand Down

0 comments on commit edc2709

Please sign in to comment.