Fix linting errors

Remove unused imports
Disable redundant errors
Add notes for why errors are disabled
This commit is contained in:
2024-08-15 14:41:34 -04:00
parent 27ef531762
commit b19c7e806a
9 changed files with 15 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ in this module.
All constants should be type hinted.
"""
from typing import Set
from typing import Tuple
from tox_poetry_installer import __about__