Skip to content

Commit

Permalink
fix: mypy 1.x ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 18, 2023
1 parent 33314b4 commit c80b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsuite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def from_ini(
else:
d[key] = val

return cls(**d)
return cls(**d) # type: ignore

0 comments on commit c80b03f

Please sign in to comment.