We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517fa22 commit 47320fdCopy full SHA for 47320fd
tests/test_placeholder.py
@@ -1,11 +1,13 @@
1
import unittest
2
3
-from cloudshell.networking.cisco.nxos.command_templates import nxos_add_remove_vlan # noqa: F401
+from cloudshell.networking.cisco.nxos.command_templates import ( # noqa: F401
4
+ nxos_add_remove_vlan,
5
+)
6
7
8
class TestEmpty(unittest.TestCase):
9
def setUp(self):
10
pass
11
12
def test_smth(self):
- self.assertTrue(True)
13
+ self.assertTrue(True)
0 commit comments