From f586186fd5a4ad9e20661c0412ec31167e081114 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Wed, 27 Nov 2024 11:09:06 -0600 Subject: [PATCH] Try to bypass linter error --- tests/dummy_game_instance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/dummy_game_instance.py b/tests/dummy_game_instance.py index 004da15..c944379 100644 --- a/tests/dummy_game_instance.py +++ b/tests/dummy_game_instance.py @@ -2,7 +2,6 @@ import unittest.util from unittest import TestCase from unittest.mock import Mock, patch, call -from tempfile import TemporaryDirectory, TemporaryFile from ckan_meta_tester.game import Game from ckan_meta_tester.game_version import GameVersion @@ -26,7 +25,7 @@ def test_dummy_game_instance_calls(self, mocked_run: Mock) -> None: # Arrange - unittest.util._MAX_LENGTH=999999999 # :snake: + unittest.util._MAX_LENGTH=999999999 # type: ignore # pylint: disable=protected-access # Act with DummyGameInstance(