Remove a no-longer-needed `type: ignore` comment

This commit is contained in:
Pradyun Gedam 2022-04-22 16:13:35 +01:00
parent 840d54b5e2
commit b68de249d1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import sys
from typing import Any, Optional, cast
from unittest import mock
import freezegun # type: ignore
import freezegun
import pytest
from pip._vendor.packaging.version import parse as parse_version