Skip to content

Commit

Permalink
Remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jan 20, 2025
1 parent 17285c7 commit 32add06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/models/dofa.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def __init__(
num_heads,
mlp_ratio,
qkv_bias=True,
norm_layer=norm_layer, # type: ignore[arg-type]
norm_layer=norm_layer,
)
for i in range(depth)
]
Expand Down

0 comments on commit 32add06

Please sign in to comment.