Skip to content

Commit

Permalink
Reformat files with black
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantSinghhhhh committed Jan 11, 2025
1 parent 5cc6ab1 commit 5ef3e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/switchmap_/dashboard/net/html/pages/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_interfaces(self):
<tbody>
<tr class="success"><td>Gi1/0/1</td><td>21</td><td>Active</td><td></td><td>1G</td><td>Full</td><td>Alias F12</td><td>False</td><td></td><td></td><td>d05099dad28b</td><td></td><td><p></p></td><td><p></p></td></tr>
</tbody>
</table>""" # noqa: E501
</table>""" # noqa: E501
result = self.device.interfaces()
self.assertEqual(result, expected)

Expand Down

0 comments on commit 5ef3e17

Please sign in to comment.