Skip to content

Commit

Permalink
Fix usage of type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 23, 2024
1 parent d500506 commit 5686b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/rapids_pre_commit_hooks/shell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# type: ignore
import bashlex
import bashlex # type: ignore

from ..lint import ExecutionContext, LintMain

Expand Down
3 changes: 1 addition & 2 deletions test/rapids_pre_commit_hooks/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# type: ignore
import bashlex
import bashlex # type: ignore

from rapids_pre_commit_hooks.lint import Linter
from rapids_pre_commit_hooks.shell.verify_conda_yes import VerifyCondaYesVisitor
Expand Down

0 comments on commit 5686b88

Please sign in to comment.