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

Commit

Permalink
Disable pylint issue in line
Browse files Browse the repository at this point in the history
  • Loading branch information
impredicative committed Sep 23, 2022
1 parent 5df8678 commit ac35843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Package installation setup."""
import distutils.text_file
import distutils.text_file # pylint: disable=deprecated-module
import os
import re
from pathlib import Path
Expand Down

0 comments on commit ac35843

Please sign in to comment.