Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
FIX - pylint warning
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed May 12, 2021
1 parent f78ee75 commit a012756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlparse/mono/asset/base/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def get_file_like(file_location: str) -> TextIO:

raise ex

# Every usages will use `with` statement in the subsequent operations
# pylint: disable=consider-using-with
return open(file_location, encoding="utf-8")


Expand Down

0 comments on commit a012756

Please sign in to comment.