Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
turekj committed Feb 14, 2020
1 parent 302097d commit cd69d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Expand Up @@ -4,10 +4,10 @@
from unittest import mock

import pytest

from danger_python.danger import Danger
from pyfakefs.fake_filesystem_unittest import Patcher
from testfixtures.popen import MockPopen

from danger_python.danger import Danger
from tests.fixtures.danger import danger_input_file_fixture
from tests.fixtures.shell import SubprocessFixture

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/shell.py
@@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import List, Optional
from typing import Optional


@dataclass
Expand Down
2 changes: 0 additions & 2 deletions tests/test_models.py
@@ -1,5 +1,3 @@
import pytest

from danger_python.models import DangerDSLJSONType, GitHubReviewState


Expand Down

0 comments on commit cd69d40

Please sign in to comment.