Skip to content

Commit

Permalink
fixing pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jun 27, 2024
1 parent 26b58d7 commit 4d58e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
# coding: utf-8 -*-
# # pylint: disable=E0606
# # pylint: disable=unknown-option-value


from __future__ import (absolute_import, division, print_function)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
# coding: utf-8 -*-
# pylint: disable=E0606
# pylint: disable=unknown-option-value


from __future__ import (absolute_import, division, print_function)
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/mockMagic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2023-2024 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
# pylint: disable=E0606
# pylint: disable=unknown-option-value

from tests.data.device_tools_unit import (image_bundle, device_data)
from tests.data.validate_tools_unit import (validate_router_bgp, return_validate_config_for_device,
Expand Down

0 comments on commit 4d58e12

Please sign in to comment.