Skip to content

Commit

Permalink
Fix some black stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Apr 17, 2020
1 parent 23dfd61 commit 010627f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/utils/test_win_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
from __future__ import absolute_import, print_function, unicode_literals

# Import Salt Libs
import salt.utils.win_update as win_update
import salt.utils.platform
import salt.utils.win_update as win_update

# Import Salt Testing Libs
from tests.support.mock import MagicMock, patch
from tests.support.unit import TestCase, skipIf
from tests.support.unit import skipIf, TestCase


@skipIf(not salt.utils.platform.is_windows(), "System is not Windows")
Expand Down

0 comments on commit 010627f

Please sign in to comment.