Skip to content

Commit

Permalink
Disable final pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 23, 2025
1 parent cc9c720 commit b7bd037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dieknow.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

folder_path = lib.get_folder_path()

del func_name
del func_name # pylint: disable=W0631

doc.doc(os.path.join(os.path.dirname(__file__), "api.cpp"), lib, markdown=md)

Expand Down

0 comments on commit b7bd037

Please sign in to comment.