Skip to content

Commit b181267

Browse files
committed
chore: fix tests
1 parent 3bcb756 commit b181267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/algokit/cli/tasks/mint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def mint( # noqa: PLR0913
248248
mutable: bool,
249249
network: AlgorandNetwork,
250250
account: Account | None,
251+
non_fungible: bool, # noqa: ARG001
251252
) -> None:
252253
if account is not None:
253254
creator_account = account

0 commit comments

Comments
 (0)