Skip to content

Commit

Permalink
ifx lint
Browse files Browse the repository at this point in the history
kevinheavey committed Nov 25, 2023
1 parent 45277a9 commit 34553fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/solders/system_program.py
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ def create_account_with_seed(params: CreateAccountWithSeedParams) -> Instruction
Returns:
Instruction: The instruction to create the account.
"""
""" # noqa: E501
return _create_account_with_seed(dict(params))


0 comments on commit 34553fc

Please sign in to comment.