Skip to content

Commit

Permalink
pre-commit fix in test_junos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Kumar authored and dwoz committed May 18, 2020
1 parent d773e5c commit adfda16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/proxy/test_junos.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-

from io import BytesIO as StringIO

import salt.proxy.junos as junos

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

from io import BytesIO as StringIO

try:
from jnpr.junos.device import Device # pylint: disable=unused-import
Expand Down

0 comments on commit adfda16

Please sign in to comment.