Skip to content

Commit a27827f

Browse files
committed
clean spacing
1 parent ceecb48 commit a27827f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

generic_config_updater/field_operation_validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def rdma_config_update_validator(path, operation):
4949

5050
version_substrings = build_version.split('.')
5151
branch_version = None
52-
52+
5353
for substring in version_substrings:
5454
if substring.isdigit() and re.match(r'^\d{8}$', substring):
5555
branch_version = substring

tests/generic_config_updater/gu_common_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import sonic_yang
55
import unittest
66
import mock
7-
import generic_config_updater
87

98
from unittest.mock import MagicMock, Mock
109
from mock import patch

0 commit comments

Comments
 (0)