Skip to content

Commit cf1dda1

Browse files
committed
Revert freezegun workaround
1 parent 51f7aa9 commit cf1dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_self_check_outdated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Any, Optional, cast
77
from unittest import mock
88

9-
import freezegun # type: ignore # mypy: no-warn-unused-ignores
9+
import freezegun # type: ignore
1010
import pytest
1111
from pip._vendor.packaging.version import parse as parse_version
1212

0 commit comments

Comments
 (0)