Skip to content

Commit 47320fd

Browse files
Anthony PoddubnyAnthony Poddubny
authored andcommitted
fix tox pre-commit
1 parent 517fa22 commit 47320fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_placeholder.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import unittest
22

3-
from cloudshell.networking.cisco.nxos.command_templates import nxos_add_remove_vlan # noqa: F401
3+
from cloudshell.networking.cisco.nxos.command_templates import ( # noqa: F401
4+
nxos_add_remove_vlan,
5+
)
46

57

68
class TestEmpty(unittest.TestCase):
79
def setUp(self):
810
pass
911

1012
def test_smth(self):
11-
self.assertTrue(True)
13+
self.assertTrue(True)

0 commit comments

Comments
 (0)