Skip to content

Commit

Permalink
fix: imorts in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Oct 31, 2020
1 parent 007b9cf commit f100ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/yamllint_plugin_example/tests/test_forbid_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

import unittest

from .plugins_common import (
PluginTestCase, mock
)
from .plugins_common import PluginTestCase, mock


@unittest.skipIf(not mock, 'unittest.mock is not available')
Expand Down
4 changes: 1 addition & 3 deletions tests/yamllint_plugin_example/tests/test_no_forty_two.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

import unittest

from .plugins_common import (
PluginTestCase, mock
)
from .plugins_common import PluginTestCase, mock


@unittest.skipIf(not mock, 'unittest.mock is not available')
Expand Down

0 comments on commit f100ced

Please sign in to comment.