Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Justas Balčiūnas
Total activity
3
Last activity
November 04, 2024 13:07
Member since
November 03, 2024 21:43
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Justas Balčiūnas
commented,
November 04, 2024 13:07
should work for JetBrains IDEsif typing.TYPE_CHECKING: from _typeshed import SupportsWrite file: SupportsWrite[str]with open(file_path, "w") as file: json.dump(obj=data, fp=file, indent=4)
Community
PyCharm
Unexpected Type Hint Warnings
0 votes