remove unneeded pylint disable

This commit is contained in:
Jeff Epler 2023-12-02 15:45:48 -06:00
parent 5c639ab141
commit d91425ec6f
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -14,7 +14,6 @@ src_path = project_root / "src"
sys.path.insert(0, str(src_path))
if __name__ == "__main__":
# pylint: disable=import-error,no-name-in-module
from chap.core import main
main()