Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions codecov/badge.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
by shields.io
"""

from __future__ import annotations

import decimal
import urllib.parse

Expand Down
2 changes: 0 additions & 2 deletions codecov/coverage/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import dataclasses
import datetime
import decimal
Expand Down
2 changes: 0 additions & 2 deletions codecov/coverage/pytest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import datetime
import pathlib

Expand Down
2 changes: 0 additions & 2 deletions codecov/diff_grouper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from collections.abc import Iterable

from codecov import groups
Expand Down
2 changes: 0 additions & 2 deletions codecov/groups.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import base64
import dataclasses
import functools
Expand Down
2 changes: 0 additions & 2 deletions codecov/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import dataclasses
import decimal
import functools
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=redefined-outer-name
# mypy: disable-error-code="operator, union-attr"
from __future__ import annotations


import datetime
import decimal
Expand Down
2 changes: 0 additions & 2 deletions tests/coverage/test_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import decimal
import json
import pathlib
Expand Down
2 changes: 0 additions & 2 deletions tests/coverage/test_pytest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import datetime
import pathlib

Expand Down
2 changes: 0 additions & 2 deletions tests/test_badge.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import decimal

import pytest
Expand Down
2 changes: 0 additions & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import decimal
import pathlib
import secrets
Expand Down
2 changes: 0 additions & 2 deletions tests/test_diff_grouper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import pathlib

from codecov import diff_grouper, groups
Expand Down
2 changes: 0 additions & 2 deletions tests/test_github.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import base64
import json
import pathlib
Expand Down
2 changes: 0 additions & 2 deletions tests/test_github_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import secrets
from unittest.mock import patch

Expand Down