Skip to content

Commit d0bb451

Browse files
Make flake8 happy
1 parent 643bfaf commit d0bb451

File tree

1 file changed

+2
-3
lines changed
  • pytest_github_actions_annotate_failures

1 file changed

+2
-3
lines changed

pytest_github_actions_annotate_failures/plugin.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
import os
66
import sys
7-
from collections import OrderedDict
87
from typing import TYPE_CHECKING
98

10-
from packaging import version
11-
129
from _pytest._code.code import ExceptionRepr
1310

11+
from packaging import version
12+
1413
import pytest
1514

1615
if TYPE_CHECKING:

0 commit comments

Comments
 (0)