Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/conftest.py: Add # type: ignore, add reference to trac ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 30, 2022
1 parent f0d5f84 commit d881a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import Any
import pytest

import sage.all # to avoid cyclic import errors
import sage.all # type: ignore # to avoid cyclic import errors, see Trac #33580


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit d881a5a

Please sign in to comment.