You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a file using with statement is preferred as function open implements the context manager protocol that releases the resource when it is outside of the with block. Not doing so requires you to manually release the resource.
Occurrences
There are 8 occurrences of this issue in the repository.
Description
Opening a file using
with
statement is preferred as functionopen
implements the context manager protocol that releases the resource when it is outside of thewith
block. Not doing so requires you to manually release the resource.Occurrences
There are 8 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/mmorales99/isntabot/issue/PTC-W0010/occurrences/
The text was updated successfully, but these errors were encountered: